Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 183) sorted by relevance

12345678

/freebsd/sys/contrib/dev/iwlwifi/cfg/
H A Drf-hr.c24 #define IWL_QU_B_HR_B_MODULE_FIRMWARE(api) \ argument
25 IWL_QU_B_HR_B_FW_PRE "-" __stringify(api) ".ucode"
26 #define IWL_QUZ_A_HR_B_MODULE_FIRMWARE(api) \ argument
27 IWL_QUZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
28 #define IWL_QU_C_HR_B_MODULE_FIRMWARE(api) \ argument
29 IWL_QU_C_HR_B_FW_PRE "-" __stringify(api) ".ucode"
30 #define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \ argument
31 IWL_SO_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
32 #define IWL_MA_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument
33 IWL_MA_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
[all …]
H A Drf-gf.c26 #define IWL_BZ_A_GF_A_MODULE_FIRMWARE(api) \ argument
27 IWL_BZ_A_GF_A_FW_PRE "-" __stringify(api) ".ucode"
29 #define IWL_BZ_A_GF4_A_MODULE_FIRMWARE(api) \ argument
30 IWL_BZ_A_GF4_A_FW_PRE "-" __stringify(api) ".ucode"
32 #define IWL_SC_A_GF_A_MODULE_FIRMWARE(api) \ argument
33 IWL_SC_A_GF_A_FW_PRE "-" __stringify(api) ".ucode"
35 #define IWL_SC_A_GF4_A_MODULE_FIRMWARE(api) \ argument
36 IWL_SC_A_GF4_A_FW_PRE "-" __stringify(api) ".ucode"
H A Drf-jf.c19 #define IWL_QUZ_A_JF_B_MODULE_FIRMWARE(api) \ argument
20 IWL_QUZ_A_JF_B_FW_PRE "-" __stringify(api) ".ucode"
21 #define IWL_QU_B_JF_B_MODULE_FIRMWARE(api) \ argument
22 IWL_QU_B_JF_B_FW_PRE "-" __stringify(api) ".ucode"
23 #define IWL_QU_C_JF_B_MODULE_FIRMWARE(api) \ argument
24 IWL_QU_C_JF_B_FW_PRE "-" __stringify(api) ".ucode"
25 #define IWL_SO_A_JF_B_MODULE_FIRMWARE(api) \ argument
26 IWL_SO_A_JF_B_FW_PRE "-" __stringify(api) ".ucode"
H A D7000.c38 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE "-" __stringify(api) ".ucode" argument
41 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE "-" __stringify(api) ".ucode" argument
44 #define IWL3168_MODULE_FIRMWARE(api) IWL3168_FW_PRE "-" __stringify(api) ".ucode" argument
47 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE "-" __stringify(api) ".ucode" argument
50 #define IWL7265D_MODULE_FIRMWARE(api) IWL7265D_FW_PRE "-" __stringify(api) ".ucode" argument
H A D9000.c24 #define IWL9000_MODULE_FIRMWARE(api) \ argument
25 IWL9000_FW_PRE "-" __stringify(api) ".ucode"
26 #define IWL9260_MODULE_FIRMWARE(api) \ argument
27 IWL9260_FW_PRE "-" __stringify(api) ".ucode"
H A D8000.c31 #define IWL8000_MODULE_FIRMWARE(api) \ argument
32 IWL8000_FW_PRE "-" __stringify(api) ".ucode"
35 #define IWL8265_MODULE_FIRMWARE(api) \ argument
36 IWL8265_FW_PRE "-" __stringify(api) ".ucode"
/freebsd/contrib/lutok/
H A DMakefile.am171 all-local: api-docs/api-docs.tag
173 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
174 $(AM_V_GEN)rm -rf api-docs; \
175 mkdir -p api-docs; \
176 ${DOXYGEN} $(builddir)/Doxyfile 2>&1 | tee api-docs/warnings; \
177 rm -f api-docs/html/installdox
178 api-docs/html: api-docs/api-docs.tag
180 CLEAN_TARGETS += clean-api-docs
181 clean-api-docs:
182 rm -rf api-docs
[all …]
/freebsd/contrib/kyua/
H A DMakefile.am150 PHONY_TARGETS += check-api-docs
151 check-api-docs: api-docs/api-docs.tag
152 @$(AWK) -f $(srcdir)/admin/check-api-docs.awk api-docs/doxygen.out
154 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
155 @$(MKDIR_P) api-docs
156 @rm -f api-docs/doxygen.out api-docs/doxygen.out.tmp
158 >api-docs/doxygen.out.tmp 2>&1 && \
159 mv api-docs/doxygen.out.tmp api-docs/doxygen.out
161 CLEAN_TARGETS += clean-api-docs
162 clean-api-docs:
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst27 api/item_types
28 api/item_reference_counting
29 api/decoding
30 api/encoding
31 api/streaming_decoding
32 api/streaming_encoding
33 api/type_0_1_integers
34 api/type_2_byte_strings
35 api/type_3_strings
36 api/type_4_arrays
[all …]
H A Dinternal.rst85 …the actual data. Small, fixed size items (:doc:`api/type_0_1_integers`, :doc:`api/type_6_tags`, :d…
106api/type_2_byte_strings`, :doc:`api/type_3_strings`, :doc:`api/type_4_arrays`, :doc:`api/type_5_ma…
115 Used both by both :doc:`api/type_0_1_integers`
127 As outlined in :doc:`api`, there decoding is based on the streaming decoder Essentially, the decode…
/freebsd/crypto/openssl/Configurations/
H A D15-android.conf55 my ($sysroot, $api, $arch);
62 ($api, $arch) = ($1, $2);
66 $api = "*";
71 $api = $1;
80 } glob("$ndk/platforms/android-$api");
81 die "no $ndk/platforms/android-$api" if ($#platforms < 0);
85 $api = $1;
86 } elsif ($api eq "*") {
92 $api = $1;
98 die "Could not get default API Level" if ($api eq "*");
[all …]
/freebsd/release/scripts/
H A Datlas-upload.sh86 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_t…
87 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private…
88 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[descriptio…
102 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "vers…
103 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT…
123 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provid…
154 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/releas…
/freebsd/contrib/ofed/libibverbs/
H A Dibverbs.h45 #define symver(name, api, ver) asm(".symver " #name "," #api "@" #ver) argument
46 #define default_symver(name, api) \ argument
47 asm(".symver " #name "," #api "@@" DEFAULT_ABI)
48 #define private_symver(name, api) \ argument
49 asm(".symver " #name "," #api "@@IBVERBS_PRIVATE_14")
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dt_kadm5.c36 static uint32_t api; variable
88 KADM5_STRUCT_VERSION, api, NULL, &handle)); in get_handle()
384 if (api >= KADM5_API_VERSION_3) { in test_create_policy()
770 0x65432101, api, NULL, &handle), in test_init_destroy()
773 1, api, NULL, &handle), KADM5_BAD_STRUCT_VERSION); in test_init_destroy()
777 KADM5_STRUCT_VERSION_MASK, api, NULL, &handle), in test_init_destroy()
780 KADM5_STRUCT_VERSION_MASK | 0xca, api, NULL, in test_init_destroy()
805 api, KADM5_STRUCT_VERSION, NULL, &handle), in test_init_destroy()
825 KADM5_STRUCT_VERSION, api, NULL, &handle); in test_init_destroy()
832 KADM5_STRUCT_VERSION, api, NULL, &handle); in test_init_destroy()
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js234 QTIP.api[this.id] = this;
284 delete QTIP.api[this.id];
334 content.text = function(event, api) { argument
335 var loading = text || $(this).attr(api.options.content.attr) || 'Loading...',
338 $.extend({}, ajax, { context: api })
342 if(content && once) { api.set('content.text', content); }
346 if(api.destroyed || xhr.status === 0) { return; }
347 api.set('content.text', status + ': ' + error);
350 return !once ? (api.set('content.text', loading), deferred) : loading;
1331 var api = QTIP.api[ $.attr(this, ATTR_ID) ];
[all …]
/freebsd/sys/contrib/zstd/
H A DCHANGELOG3 api: new method `ZSTD_compressSequencesAndLiterals()` (#4217, #4232)
4 api: `ZSTD_getFrameHeader()` works on skippable frames (#4228)
28 api: Promote `ZSTD_c_targetCBlockSize` to Stable API by @felixhandte
29 api: new `ZSTD_d_maxBlockSize` experimental parameter, to reduce streaming decompression memory, by…
114 api: Support for Block-Level Sequence Producer (#3333, @embg)
115 api: Support for in-place decompression (#3432, @terrelln)
116 api: New `ZSTD_CCtx_setCParams()` function, set all parameters defined in a `ZSTD_compressionPar…
117 api: Streaming decompression detects incorrect header ID sooner (#3175, @Cyan4973)
118 api: Window size resizing optimization for edge case (#3345, @daniellerozenblit)
119 api: More accurate error codes for busy-loop scenarios (#3413, #3455, @Cyan4973)
[all …]
/freebsd/contrib/xz/doxygen/
H A DDoxyfile4 # into ../doc/api.
15 STRIP_FROM_PATH = ../src/liblzma/api
16 INPUT = ../src/liblzma/api
27 HTML_OUTPUT = api
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-fpu.m429 #include <asm/fpu/api.h>
33 [kernel has asm/fpu/api.h])
42 AC_MSG_RESULT([asm/fpu/api.h asm/fpu/internal.h])
44 AC_MSG_RESULT([asm/fpu/api.h])
56 #include <asm/fpu/api.h>
71 #include <asm/fpu/api.h>
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2895 APInt api = Val; in convertFromAPInt() local
2898 if (isSigned && api.isNegative()) { in convertFromAPInt()
2900 api = -api; in convertFromAPInt()
2903 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode); in convertFromAPInt()
2940 APInt api = APInt(width, ArrayRef(parts, partCount)); in convertFromZeroExtendedInteger() local
2945 api = -api; in convertFromZeroExtendedInteger()
2948 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode); in convertFromZeroExtendedInteger()
3851 APInt api = bitcastToAPInt(); in convertToFloat() local
3852 return api.bitsToFloat(); in convertToFloat()
3858 APInt api = bitcastToAPInt(); in convertToDouble() local
[all …]
/freebsd/lib/liblzma/
H A DMakefile10 .PATH: ${LZMADIR}/api/lzma
133 ${LZMADIR}/api/lzma/version.h
135 ${LZMADIR}/api/lzma/version.h
137 ${LZMADIR}/api/lzma/version.h
144 -I${LZMADIR}/api \
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A DReadme.freebsd.txt15 Tisa/sallsdk/api
19 Tisa/discovery/api
21 Tisa/sat/api
24 Tisa/tisa/api
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-config.h143 #define IWL_FW_AND_PNVM(pfx, api) \ argument
144 MODULE_FIRMWARE(pfx "-" __stringify(api) ".ucode"); \
261 static inline bool iwl_api_is_core_number(int api) in iwl_api_is_core_number() argument
263 return api >= API_IS_CORE_START; in iwl_api_is_core_number()
266 static inline int iwl_api_to_core(int api) in iwl_api_to_core() argument
268 if (iwl_api_is_core_number(api)) in iwl_api_to_core()
269 return api - API_IS_CORE_START; in iwl_api_to_core()
271 return api - API_TO_CORE_OFFS; in iwl_api_to_core()
/freebsd/sys/modules/pms/
H A DMakefile5 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/api \
8 ${SRCTOP}/sys/dev/pms/RefTisa/discovery/api \
10 ${SRCTOP}/sys/dev/pms/RefTisa/sat/api \
12 ${SRCTOP}/sys/dev/pms/RefTisa/tisa/api \
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h755 void initFromAPInt(const fltSemantics *Sem, const APInt &api);
756 template <const fltSemantics &S> void initFromIEEEAPInt(const APInt &api);
757 void initFromHalfAPInt(const APInt &api);
758 void initFromBFloatAPInt(const APInt &api);
759 void initFromFloatAPInt(const APInt &api);
760 void initFromDoubleAPInt(const APInt &api);
761 void initFromQuadrupleAPInt(const APInt &api);
762 void initFromF80LongDoubleAPInt(const APInt &api);
763 void initFromPPCDoubleDoubleLegacyAPInt(const APInt &api);
764 void initFromFloat8E5M2APInt(const APInt &api);
[all …]
/freebsd/crypto/openssl/crypto/thread/
H A Dbuild.info12 api.c internal.c $THREADS_ARCH
17 $THREADS=api.c arch/thread_win.c

12345678