/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-base.cc | 133 bool VisitNormalPageSpace(NormalPageSpace& space) { in ResetRememberedSet() argument 135 static_cast<bool>(space.linear_allocation_buffer().size()); in ResetRememberedSet()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 114 \def\linenumber{l.\the\inputlineno:\space} 158 % Since the category of space is not known, we have to be careful. 192 stand-alone strong-est time-stamp time-stamps which-ever white-space 242 % we did was a \nobreak, we don't want to insert more space. 369 % Only leave this space if the footline is nonempty. 412 % offset so that the space between them is truly \outerhsize or \outervsize 447 % Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space. 449 % \argremovec might leave us with trailing space, e.g., 451 % This space toke [all...] |
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Decode.cs | 186 int space = 32768;
in ReadHuffmanCodeLengths() 189 while (symbol < numSymbols && space > 0)
in ReadHuffmanCodeLengths() 203 space -= 32768 >> codeLen;
in ReadHuffmanCodeLengths() 238 space -= repeatDelta << (15 - repeatCodeLen);
in ReadHuffmanCodeLengths() 242 if (space != 0)
in ReadHuffmanCodeLengths() 244 throw new Org.Brotli.Dec.BrotliRuntimeException("Unused space");
in ReadHuffmanCodeLengths() 321 int space = 32;
in ReadHuffmanCode() 323 for (int i = simpleCodeOrSkip; i < CodeLengthCodes && space > 0; i++)
in ReadHuffmanCode() 334 space -= (32 >> v);
in ReadHuffmanCode() 338 ok = (numCodes == 1 || space in ReadHuffmanCode() [all...] |
/third_party/curl/lib/ |
H A D | bufq.c | 275 size_t space = 0; in Curl_bufq_space() local 277 space += chunk_space(q->tail); in Curl_bufq_space() 281 space += chunk->dlen; in Curl_bufq_space() 286 space += (q->max_chunks - q->chunk_count) * q->chunk_size; in Curl_bufq_space() 288 return space; in Curl_bufq_space()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | tcp_priv.h | 223 #define TCP_EVENT_SENT(pcb, space, ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb), \ 224 LWIP_EVENT_SENT, NULL, space, ERR_OK) 253 #define TCP_EVENT_SENT(pcb, space, ret) \ 256 (ret) = (pcb)->sent((pcb)->callback_arg, (pcb), (space)); \
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_jm.c | 333 u32 head, tail, size, space; in reader_changes_push() local 349 space = CIRC_SPACE(head, tail, size); in reader_changes_push() 350 if (space >= 1) { in reader_changes_push() 352 if (space == 1) { in reader_changes_push() 369 * struct reader - Allows the kernel state changes to be read by user space. 378 * The reader is a circular buffer in kernel space. State changes are pushed 379 * into the buffer. The flow from user space is: 518 * those as well, space permitting. in reader_changes_copy_to_user()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_jm.c | 335 u32 head, tail, size, space; in reader_changes_push() local 350 space = CIRC_SPACE(head, tail, size); in reader_changes_push() 351 if (space >= 1) { in reader_changes_push() 353 if (space == 1) { in reader_changes_push() 370 * struct reader - Allows the kernel state changes to be read by user space. 379 * The reader is a circular buffer in kernel space. State changes are pushed 380 * into the buffer. The flow from user space is: 522 * those as well, space permitting. in reader_changes_copy_to_user()
|
/third_party/alsa-lib/src/control/ |
H A D | control_ext.c | 103 for (i = 0; i < list->space; i++) { in snd_ctl_ext_elem_list() 437 static int snd_ctl_ext_poll_descriptors(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space) in snd_ctl_ext_poll_descriptors() argument 442 return ext->callback->poll_descriptors(ext, pfds, space); in snd_ctl_ext_poll_descriptors() 445 if (space > 0) { in snd_ctl_ext_poll_descriptors()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsls.c | 685 int space = 4; in main() local 697 if (attr->file_name_type < space) { in main() 700 space = attr->file_name_type; in main() 704 list_dir_entry(&dirent, name, name_len, space, pos, ni->mft_no, in main()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcp_priv.h | 168 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ 169 LWIP_EVENT_SENT, NULL, space, ERR_OK) 194 #define TCP_EVENT_SENT(pcb,space,ret) \ 197 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 350 int space = 0, fail = 0; in do_c_line() local 355 space++; in do_c_line() 357 } else if (space) break; in do_c_line() 360 if (!space || !*line || !*name) error_msg("bad line %s", line); in do_c_line()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_queue.h | 40 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 1126 int32_t space = test.GetPoolCheckpoint() - masm.GetCursorOffset(); in TEST_T32() local 1128 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_T32() 1129 while (space > 0) { in TEST_T32() 1131 space -= k16BitT32InstructionSizeInBytes; in TEST_T32() 1384 int32_t space = test.GetPoolCheckpoint() - masm.GetCursorOffset(); in TEST_T32() local 1386 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_T32() 1387 while (space > 0) { in TEST_T32() 1389 space -= k16BitT32InstructionSizeInBytes; in TEST_T32() 1764 int space = AlignDown(ldr_padding, kA32InstructionSizeInBytes); in TEST_A32() local 1765 ExactAssemblyScope scope(&masm, space, ExactAssemblyScop in TEST_A32() 1776 int space = AlignDown(ldrd_padding, kA32InstructionSizeInBytes); TEST_A32() local 1946 int space = test.GetPoolCheckpoint() - masm.GetCursorOffset(); GenerateLdrLiteralTriggerPoolEmission() local 2279 int space = AlignDown(padding_before, nop_size); TEST() local 2292 int space = AlignDown(padding_after, nop_size); TEST() local 3954 uint32_t space = static_cast<uint32_t>(masm.GetBuffer()->GetRemainingBytes()); TEST_NOASM() local 3991 int32_t space = static_cast<int32_t>(masm.GetBuffer()->GetRemainingBytes()); TEST_NOASM() local 4022 int space = 5000; TEST_T32() local 4095 int space = 5002; TEST_T32() local 4188 int space = 4000; TEST_T32() local 4261 int space = 4000; TEST_T32() local [all...] |
/third_party/skia/third_party/externals/freetype/builds/ansi/ |
H A D | ansi-def.mk | 60 T := -o$(space)
|
/third_party/skia/third_party/externals/freetype/builds/beos/ |
H A D | beos-def.mk | 62 T := -o$(space)
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
H A D | ansi-cc.mk | 55 T := -o$(space)
|
H A D | emx.mk | 55 T := -o$(space)
|
H A D | gcc.mk | 55 T := -o$(space)
|
H A D | unix-lcc.mk | 56 T := -o$(space)
|
H A D | gcc-dev.mk | 55 T := -o$(space)
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_sysconfig.c | 291 * string with a space or comma separated list of DNS IP addresses. 718 system variable Inet$Resolvers, space separated. */ in ares__init_sysconfig_riscos() 723 char *space; in ares__init_sysconfig_riscos() local 731 space = strchr(pos, ' '); in ares__init_sysconfig_riscos() 732 if (space) { in ares__init_sysconfig_riscos() 733 *space = '\0'; in ares__init_sysconfig_riscos() 740 pos = space + 1; in ares__init_sysconfig_riscos() 741 } while (space); in ares__init_sysconfig_riscos()
|
/third_party/node/deps/v8/src/heap/ |
H A D | paged-spaces.cc | 33 PagedSpace* space) in PagedSpaceObjectIterator() 36 space_(space), in PagedSpaceObjectIterator() 37 page_range_(space->first_page(), nullptr), in PagedSpaceObjectIterator() 49 PagedSpace* space, in PagedSpaceObjectIterator() 53 space_(space), in PagedSpaceObjectIterator() 95 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space, in PagedSpace() argument 99 : SpaceWithLinearArea(heap, space, free_list, allocation_info_), in PagedSpace() 102 area_size_ = MemoryChunkLayout::AllocatableMemoryInMemoryChunk(space); in PagedSpace() 196 // 2. Observers might try to take the space lock, which isn't reentrant. in MergeCompactionSpace() 241 // Ensure that the space' in VerifyCommittedPhysicalMemory() 32 PagedSpaceObjectIterator(Heap* heap, PagedSpace* space) PagedSpaceObjectIterator() argument 48 PagedSpaceObjectIterator(Heap* heap, PagedSpace* space, Page* page) PagedSpaceObjectIterator() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_videotoolbox.h | 73 CFStringRef av_map_videotoolbox_color_matrix_from_av(enum AVColorSpace space);
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_word_get_test.cpp | 166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
|