/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | reason_phrase.c | 140 #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } macro 143 BLOCK (invalid_hundred), 144 BLOCK (one_hundred), 145 BLOCK (two_hundred), 146 BLOCK (three_hundred), 147 BLOCK (four_hundred), 148 BLOCK (five_hundred),
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_uspp.c | 42 #define BLOCK 16 macro 55 AVCodecContext *avctx_enc[BLOCK*BLOCK]; 201 int block = BLOCK >> (is_chroma ? p->hsub : 0); in filter() 236 p->frame->height = height + BLOCK; in filter() 237 p->frame->width = width + BLOCK; in filter() 244 const int BLOCKc = BLOCK >> p->hsub; in filter() 267 offset = (BLOCK-x1) + (BLOCK-y1) * p->frame_dec->linesize[0]; in filter() 328 int w = (width + 4 * BLOCK in config_input() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | xvididct.asm | 156 %define ROW0 [BLOCK + 0*16] 158 %define ROW2 [BLOCK + 2*16] 160 %define ROW4 [BLOCK + 4*16] 162 %define ROW6 [BLOCK + 6*16] 254 %xdefine DEST r2q ; BLOCK is r0, stride r1 419 MOV32 TAN1, [BLOCK] 435 MOV32 [BLOCK], TAN1 476 MOV32 TAN1, [BLOCK] 486 MOV32 [BLOCK], TAN1 516 %xdefine BLOCK block [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | rtjpeg.c | 119 #define BLOCK(quant, dst, stride) do { \ in ff_rtjpeg_decode_frame_yuv420() macro 127 BLOCK(c->lquant, y1, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420() 129 BLOCK(c->lquant, y1, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420() 131 BLOCK(c->lquant, y2, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420() 133 BLOCK(c->lquant, y2, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420() 135 BLOCK(c->cquant, u, f->linesize[1]); in ff_rtjpeg_decode_frame_yuv420() 137 BLOCK(c->cquant, v, f->linesize[2]); in ff_rtjpeg_decode_frame_yuv420()
|
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/ |
H A D | quadra01.c | 6 #define BLOCK(n) { \ macro 16 REPEAT2(5, BLOCK) in foo()
|
/third_party/ffmpeg/tools/ |
H A D | gen-rc | 100 BLOCK "StringFileInfo" 102 BLOCK "040904B0" 115 BLOCK "VarFileInfo"
|
/third_party/zlib/examples/ |
H A D | gznorm.c | 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... in gzip_normalize() 101 BLOCK, // reading deflate blocks in gzip_normalize() enumerator 186 state = BLOCK; in gzip_normalize() 190 case BLOCK: in gzip_normalize() 353 // the next entry to BLOCK, when more bits from the in gzip_normalize() 362 // BLOCK. in gzip_normalize()
|
/third_party/libcoap/examples/ |
H A D | etsi_coaptest.sh | 30 BLOCK=( TD_COAP_BLOCK_01 TD_COAP_BLOCK_02 TD_COAP_BLOCK_03 TD_COAP_BLOCK_04 ) 33 testgroups=( CORE LINK BLOCK OBS )
|
/third_party/node/tools/ |
H A D | mk-ca-bundle.pl | 208 if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) { 214 last if (/\*\*\*\*\* END LICENSE BLOCK \*\*\*\*\*/);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes, 68 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY). 70 // For each END_(BLOCK|LOOP|TRY), the corresponding BLOCK|LOOP|TRY. 109 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false, 206 /// Insert a BLOCK marker for branches to MBB (if needed). 217 // predecessors so that we minimize the time that the BLOCK is on the stack, in placeBlockMarker() 260 // Decide where in Header to put the BLOCK. in placeBlockMarker() 262 // Instructions that should go before the BLOCK in placeBlockMarker() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 939 || UCharacter.getIntPropertyValue(0x41, UProperty.BLOCK) in TestUnicodeData() 1961 { 0x02AF, UProperty.BLOCK, UCharacter.UnicodeBlock.IPA_EXTENSIONS.getID() }, in TestAdditionalProperties() 1962 { 0x0C4E, UProperty.BLOCK, UCharacter.UnicodeBlock.TELUGU.getID()}, in TestAdditionalProperties() 1963 { 0x155A, UProperty.BLOCK, UCharacter.UnicodeBlock.UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS.getID() }, in TestAdditionalProperties() 1964 { 0x1717, UProperty.BLOCK, UCharacter.UnicodeBlock.TAGALOG.getID() }, in TestAdditionalProperties() 1965 { 0x1900, UProperty.BLOCK, UCharacter.UnicodeBlock.LIMBU.getID() }, in TestAdditionalProperties() 1966 { 0x0870, UProperty.BLOCK, UCharacter.UnicodeBlock.NO_BLOCK.getID()}, in TestAdditionalProperties() 1967 { 0x3040, UProperty.BLOCK, UCharacter.UnicodeBlock.HIRAGANA.getID()}, in TestAdditionalProperties() 1968 { 0x1D0FF, UProperty.BLOCK, UCharacter.UnicodeBlock.BYZANTINE_MUSICAL_SYMBOLS.getID()}, in TestAdditionalProperties() 1969 { 0x50000, UProperty.BLOCK, UCharacte in TestAdditionalProperties() [all...] |
H A D | UPropertyAliasesTest.java | 69 } else if (p == UProperty.BLOCK) { in TestPropertyNames()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 936 || UCharacter.getIntPropertyValue(0x41, UProperty.BLOCK) in TestUnicodeData() 1965 { 0x02AF, UProperty.BLOCK, UCharacter.UnicodeBlock.IPA_EXTENSIONS.getID() }, in TestAdditionalProperties() 1966 { 0x0C4E, UProperty.BLOCK, UCharacter.UnicodeBlock.TELUGU.getID()}, in TestAdditionalProperties() 1967 { 0x155A, UProperty.BLOCK, UCharacter.UnicodeBlock.UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS.getID() }, in TestAdditionalProperties() 1968 { 0x1717, UProperty.BLOCK, UCharacter.UnicodeBlock.TAGALOG.getID() }, in TestAdditionalProperties() 1969 { 0x1900, UProperty.BLOCK, UCharacter.UnicodeBlock.LIMBU.getID() }, in TestAdditionalProperties() 1970 { 0x2FE0, UProperty.BLOCK, UCharacter.UnicodeBlock.NO_BLOCK.getID()}, in TestAdditionalProperties() 1971 { 0x3040, UProperty.BLOCK, UCharacter.UnicodeBlock.HIRAGANA.getID()}, in TestAdditionalProperties() 1972 { 0x1D0FF, UProperty.BLOCK, UCharacter.UnicodeBlock.BYZANTINE_MUSICAL_SYMBOLS.getID()}, in TestAdditionalProperties() 1973 { 0x50000, UProperty.BLOCK, UCharacte in TestAdditionalProperties() [all...] |
H A D | UPropertyAliasesTest.java | 66 } else if (p == UProperty.BLOCK) { in TestPropertyNames()
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 443 if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) { 449 last if (/\*\*\*\*\* END LICENSE BLOCK \*\*\*\*\*/);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UProperty.java | 646 public static final int BLOCK = 0x1001; field
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UProperty.java | 520 public static final int BLOCK = 0x1001; field
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 88 case WebAssembly::BLOCK: in printInst()
|
H A D | WebAssemblyMCTargetDesc.h | 575 case WebAssembly::BLOCK: in isMarker()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 332 } BLOCK; typedef 335 BLOCK *blocks; 336 BLOCK *freeBlocks; 7164 BLOCK *p = pool->blocks; in poolClear() 7166 BLOCK *tem = p->next; in poolClear() 7180 BLOCK *p = pool->blocks; in poolDestroy() 7182 BLOCK *tem = p->next; in poolDestroy() 7188 BLOCK *tem = p->next; in poolDestroy() 7271 ** return offsetof(BLOCK, s) + blockSize * sizeof(XML_Char); in poolBytesToAllocateFor() 7288 = (int)(offsetof(BLOCK, in poolBytesToAllocateFor() [all...] |
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 325 } BLOCK; typedef 328 BLOCK *blocks; 329 BLOCK *freeBlocks; 7186 BLOCK *p = pool->blocks; in poolClear() 7188 BLOCK *tem = p->next; in poolClear() 7202 BLOCK *p = pool->blocks; in poolDestroy() 7204 BLOCK *tem = p->next; in poolDestroy() 7210 BLOCK *tem = p->next; in poolDestroy() 7293 ** return offsetof(BLOCK, s) + blockSize * sizeof(XML_Char); in poolBytesToAllocateFor() 7310 = (int)(offsetof(BLOCK, in poolBytesToAllocateFor() [all...] |
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 62 enum ContextType : uint8_t { FUNCTION, BLOCK };
|
H A D | web-snapshot.cc | 936 context_serializer_.WriteUint32(ContextType::BLOCK); in SerializeContext() 1671 case ContextType::BLOCK: in DeserializeContexts() 1724 case ContextType::BLOCK: in CreateScopeInfo()
|
/third_party/python/Modules/ |
H A D | _collectionsmodule.c | 78 typedef struct BLOCK { struct 79 struct BLOCK *leftlink; 81 struct BLOCK *rightlink;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 553 BLOCK enumerator 2910 BLOCK, enumerator 3638 BLOCK, enumerator 4129 BLOCK = 0, enumerator 4198 BLOCK = 0, enumerator
|