| /freebsd-14.2/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | ax210.c | 44 #define IWL_SO_A_JF_B_MODULE_FIRMWARE(api) \ argument 46 #define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \ argument 48 #define IWL_SO_A_GF_A_MODULE_FIRMWARE(api) \ argument 50 #define IWL_TY_A_GF_A_MODULE_FIRMWARE(api) \ argument 52 #define IWL_MA_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument 54 #define IWL_MA_A_GF_A_FW_MODULE_FIRMWARE(api) \ argument 56 #define IWL_MA_A_GF4_A_FW_MODULE_FIRMWARE(api) \ argument 58 #define IWL_MA_A_MR_A_FW_MODULE_FIRMWARE(api) \ argument 60 #define IWL_MA_B_HR_B_FW_MODULE_FIRMWARE(api) \ argument 62 #define IWL_MA_B_GF_A_FW_MODULE_FIRMWARE(api) \ argument [all …]
|
| H A D | bz.c | 38 #define IWL_BZ_A_HR_B_MODULE_FIRMWARE(api) \ argument 39 IWL_BZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode" 40 #define IWL_BZ_A_GF_A_MODULE_FIRMWARE(api) \ argument 41 IWL_BZ_A_GF_A_FW_PRE "-" __stringify(api) ".ucode" 42 #define IWL_BZ_A_GF4_A_MODULE_FIRMWARE(api) \ argument 44 #define IWL_BZ_A_FM_B_MODULE_FIRMWARE(api) \ argument 45 IWL_BZ_A_FM_B_FW_PRE "-" __stringify(api) ".ucode" 46 #define IWL_BZ_A_FM_C_MODULE_FIRMWARE(api) \ argument 48 #define IWL_BZ_A_FM4_B_MODULE_FIRMWARE(api) \ argument 50 #define IWL_GL_B_FM_B_MODULE_FIRMWARE(api) \ argument [all …]
|
| H A D | sc.c | 37 #define IWL_SC_A_FM_B_FW_MODULE_FIRMWARE(api) \ argument 38 IWL_SC_A_FM_B_FW_PRE "-" __stringify(api) ".ucode" 39 #define IWL_SC_A_FM_C_FW_MODULE_FIRMWARE(api) \ argument 40 IWL_SC_A_FM_C_FW_PRE "-" __stringify(api) ".ucode" 41 #define IWL_SC_A_HR_A_FW_MODULE_FIRMWARE(api) \ argument 42 IWL_SC_A_HR_A_FW_PRE "-" __stringify(api) ".ucode" 43 #define IWL_SC_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument 44 IWL_SC_A_HR_B_FW_PRE "-" __stringify(api) ".ucode" 45 #define IWL_SC_A_GF_A_FW_MODULE_FIRMWARE(api) \ argument 47 #define IWL_SC_A_GF4_A_FW_MODULE_FIRMWARE(api) \ argument [all …]
|
| H A D | 22000.c | 37 #define IWL_QU_B_HR_B_MODULE_FIRMWARE(api) \ argument 38 IWL_QU_B_HR_B_FW_PRE "-" __stringify(api) ".ucode" 39 #define IWL_QUZ_A_HR_B_MODULE_FIRMWARE(api) \ argument 40 IWL_QUZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode" 41 #define IWL_QUZ_A_JF_B_MODULE_FIRMWARE(api) \ argument 43 #define IWL_QU_C_HR_B_MODULE_FIRMWARE(api) \ argument 44 IWL_QU_C_HR_B_FW_PRE "-" __stringify(api) ".ucode" 45 #define IWL_QU_B_JF_B_MODULE_FIRMWARE(api) \ argument 46 IWL_QU_B_JF_B_FW_PRE "-" __stringify(api) ".ucode" 47 #define IWL_CC_A_MODULE_FIRMWARE(api) \ argument [all …]
|
| H A D | 7000.c | 38 #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 D | 8000.c | 31 #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"
|
| H A D | 9000.c | 31 #define IWL9000_MODULE_FIRMWARE(api) \ argument 32 IWL9000_FW_PRE "-" __stringify(api) ".ucode" 33 #define IWL9260_MODULE_FIRMWARE(api) \ argument 34 IWL9260_FW_PRE "-" __stringify(api) ".ucode"
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | Makefile.am | 171 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; \ 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 184 EXTRA_DIST += api-docs/html [all …]
|
| /freebsd-14.2/contrib/kyua/ |
| H A D | Makefile.am | 150 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-14.2/contrib/libcbor/doc/source/ |
| H A D | api.rst | 27 api/item_types 29 api/decoding 30 api/encoding 31 api/streaming_decoding 33 api/type_0_1 34 api/type_2 35 api/type_3 36 api/type_4 37 api/type_5 38 api/type_6 [all …]
|
| H A D | using.rst | 35 - ``cbor/arrays.h`` - :doc:`api/type_4` 36 - ``cbor/bytestrings.h`` - :doc:`api/type_2` 37 - ``cbor/callbacks.h`` - Callbacks used for :doc:`api/streaming_decoding` 40 - ``cbor/encoding.h`` - Streaming encoders for :doc:`api/streaming_encoding` 41 - ``cbor/floats_ctrls.h`` - :doc:`api/type_7` 42 - ``cbor/ints.h`` - :doc:`api/type_0_1` 43 - ``cbor/maps.h`` - :doc:`api/type_5` 46 - ``cbor/strings.h`` - :doc:`api/type_3` 47 - ``cbor/tags.h`` - :doc:`api/type_6` 55 :doc:`API documentation <api>` should then provide with all the information you may need.
|
| H A D | internal.rst | 85 …ter to the actual data. Small, fixed size items (:doc:`api/type_0_1`, :doc:`api/type_6`, :doc:`api… 106 …api/type_2`, :doc:`api/type_3`, :doc:`api/type_4`, :doc:`api/type_5`) may store handle and data in… 115 Used both by both :doc:`api/type_0_1` 127 As outlined in :doc:`api`, there decoding is based on the streaming decoder Essentially, the decode…
|
| /freebsd-14.2/crypto/openssl/Configurations/ |
| H A D | 15-android.conf | 54 my ($sysroot, $api, $arch); 61 ($api, $arch) = ($1, $2); 65 $api = "*"; 70 $api = $1; 80 die "no $ndk/platforms/android-$api" if ($#platforms < 0); 84 $api = $1; 85 } elsif ($api eq "*") { 91 $api = $1; 97 die "Could not get default API Level" if ($api eq "*"); 118 $user{CC} = "$tridefault$api-clang"; [all …]
|
| /freebsd-14.2/contrib/xz/doxygen/ |
| H A D | update-doxygen | 48 '' | api) 50 rm -rf ../doc/api 73 for F in ../doc/api/*.html 77 "$F" > ../doc/api/tmp 78 mv -f ../doc/api/tmp "$F" 80 rm -f ../doc/api/*.js
|
| /freebsd-14.2/release/scripts/ |
| H A D | atlas-upload.sh | 86 …/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-14.2/contrib/ofed/libibverbs/ |
| H A D | ibverbs.h | 45 #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-14.2/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 234 QTIP.api[this.id] = this; 1331 var api = QTIP.api[ $.attr(this, ATTR_ID) ]; 1332 api && !api.disabled && method.apply(api, arguments); 1626 var api; if((api = $(this).data(NAMESPACE))) { api.destroy(); } 1670 api[command].apply(api, args); 1703 else { QTIP.api[id] = api; } 1774 QTIP.api = {}; 1783 if(attr === title && api && 'object' === typeof api && api.options.suppress) { 1789 if(api && api.options.content.attr === title && api.cache.attr) { 2491 return new Tip(api, api.options.style.tip); [all …]
|
| /freebsd-14.2/contrib/libucl/doc/ |
| H A D | Makefile.am | 1 EXTRA_DIST = api.md 6 tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-fpu.m4 | 28 #include <asm/fpu/api.h> 32 [kernel has asm/fpu/api.h]) 41 AC_MSG_RESULT([asm/fpu/api.h asm/fpu/internal.h]) 43 AC_MSG_RESULT([asm/fpu/api.h]) 55 #include <asm/fpu/api.h> 70 #include <asm/fpu/api.h>
|
| /freebsd-14.2/sys/contrib/zstd/ |
| H A D | CHANGELOG | 120 api : new sequence ingestion API, by @senhuang42 122 api : new ZSTD_getDictID_fromCDict(), by @LuAPi 200 api: fixed decoding of magic-less frames, by @terrelln 268 api: Require ZSTD_MULTITHREAD to be defined to use ZSTDMT 275 api: Fix ZSTD_estimateCStreamSize_usingCCtxParams() 302 api : new --rsyncable mode, by @terrelln 333 api : fix : block api can be streamed with > 4 GB, reported by @catid 334 api : reduced ZSTD_DDict size by 2 KB 380 api : fix : support large skippable frames, by @terrelln 401 api : experimental : new advanced decompression API [all …]
|
| /freebsd-14.2/lib/liblzma/ |
| H A D | Makefile | 9 .PATH: ${LZMADIR}/api/lzma 134 ${LZMADIR}/api/lzma/version.h 136 ${LZMADIR}/api/lzma/version.h 138 ${LZMADIR}/api/lzma/version.h 145 -I${LZMADIR}/api \
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | Readme.freebsd.txt | 15 Tisa/sallsdk/api 19 Tisa/discovery/api 21 Tisa/sat/api 24 Tisa/tisa/api
|
| /freebsd-14.2/sys/modules/pms/ |
| H A D | Makefile | 5 ${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-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 2762 APInt api = Val; in convertFromAPInt() local 2767 api = -api; in convertFromAPInt() 2812 api = -api; in convertFromZeroExtendedInteger() 3662 APInt api = bitcastToAPInt(); in convertToFloat() local 3663 return api.bitsToFloat(); in convertToFloat() 3669 APInt api = bitcastToAPInt(); in convertToDouble() local 3670 return api.bitsToDouble(); in convertToDouble() 3681 uint64_t i1 = api.getRawData()[0]; in initFromF80LongDoubleAPInt() 3759 uint64_t last_word = api.getRawData()[api.getNumWords() - 1]; in initFromIEEEAPInt() 3865 return initFromHalfAPInt(api); in initFromAPInt() [all …]
|
| /freebsd-14.2/sys/dev/random/ |
| H A D | build.sh | 42 ../../crypto/rijndael/rijndael-api-fst.c \ 52 ../../crypto/rijndael/rijndael-api-fst.c \
|