Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 25 of 71) sorted by relevance

123

/external/v8/src/runtime/
Druntime-array.cc226 unsigned int holes = limit; in RemoveArrayHoles() local
229 for (unsigned int i = 0; i < holes; i++) { in RemoveArrayHoles()
231 holes--; in RemoveArrayHoles()
236 while (holes > i) { in RemoveArrayHoles()
237 if (elements->is_the_hole(holes)) { in RemoveArrayHoles()
238 holes--; in RemoveArrayHoles()
240 elements->set(i, elements->get_scalar(holes)); in RemoveArrayHoles()
245 result = holes; in RemoveArrayHoles()
246 while (holes < limit) { in RemoveArrayHoles()
247 elements->set_the_hole(holes); in RemoveArrayHoles()
[all …]
/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.c92 b->holes = ffsb_malloc(sizeof(struct cirlist)); in init_filelist()
94 init_cirlist(b->holes); in init_filelist()
112 while (!cl_empty(bf->holes)) { in destroy_filelist()
113 struct ffsb_file *cur = cl_remove_head(bf->holes); in destroy_filelist()
116 free(bf->holes); in destroy_filelist()
139 if (!cl_empty(b->holes)) { in add_file()
140 oldfile = cl_remove_head(b->holes); in add_file()
281 cl_insert_tail(b->holes, entry); in remove_file()
316 assert(bf->holes->count != bf->listsize); in choose_file_reader()
333 assert(bf->holes->count != bf->listsize); in choose_file_writer()
Dfilelist.h61 struct cirlist *holes; member
/external/autotest/server/site_tests/network_FirewallHolePunchServer/
Dcontrol7 PURPOSE = "Verify Chrome apps can open holes in the firewall"
9 Test will pass if Chrome apps can open holes in the firewall, that those
10 holes are closed when the app is reloaded or closed"""
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java488 header.holes = 0; in parse()
492 header.holes++; in parse()
511 header.holes = 0; in update()
515 header.holes++; in update()
531 private int holes; field in DumpArchiveEntry.TapeSegmentHeader
555 return holes; in getHoles()
/external/e2fsprogs/tests/f_holedir2/
Dname1 directories with holes and zero i_size
/external/e2fsprogs/tests/f_holedir/
Dname1 directory with holes and illegal blocks
/external/e2fsprogs/tests/f_holedir3/
Dname1 real directories with holes and zero i_size
/external/autotest/client/site_tests/network_FirewallHolePunch/
Dcontrol18 This test verifies holes can be punched in the ChromeOS firewall.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
Dcontrol.wpa15 deprecated for having some security holes, and WPA is deprecated in favor of
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkWPA_TKIP14 using TKIP. TKIP is deprecated for having some security holes, and WPA is
/external/e2fsprogs/tests/
Dtest_config19 # sparse and cause "debugfs write" (using copy_file()) to skip holes
/external/toybox/
DConfig.in56 until you can't find holes in it.
61 Don't try to achieve "watertight" by plugging the holes in a
/external/u-boot/doc/
DREADME.JFFS239 into the disk. The current code do not work with memory holes
/external/e2fsprogs/doc/RelNotes/
Dv1.10.txt31 circumstances, file with holes would cause the bcount parameter to the
Dv1.43.0.txt99 E2fsck can now correctly fix directory with holes on bigalloc file
165 The filefrag program now accounts for holes in sparse files created by
/external/python/cpython2/Doc/library/
Drestricted.rst11 readily fixable security holes. The modules are still documented here to help
/external/skqp/docs/
DSkPath_Overview.bmh45 form fills or holes. Path_Fill_Type also determines whether area inside or outside
/external/skia/docs/
DSkPath_Overview.bmh45 form fills or holes. Path_Fill_Type also determines whether area inside or outside
/external/v8/src/
Dobjects-debug.cc1955 int holes = 0; in IncrementSpillStatistics() local
1959 if (e->get(i)->IsTheHole(isolate)) holes++; in IncrementSpillStatistics()
1961 info->number_of_fast_used_elements_ += len - holes; in IncrementSpillStatistics()
1962 info->number_of_fast_unused_elements_ += holes; in IncrementSpillStatistics()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in205 * of mmap()/munmap() calls will cause virtual memory map holes.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/X86/
Dswitch_to_lookup_table.ll835 ; If we can build a lookup table without any holes, we don't need a default result.
860 ; This lookup table will have holes, so we need to test for the holes.
892 ; We don't build lookup tables with holes for switches with less than four cases.
1291 ; the fact that we have holes in the range.
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dswitch_to_lookup_table.ll838 ; If we can build a lookup table without any holes, we don't need a default result.
863 ; This lookup table will have holes, so we need to test for the holes.
895 ; We don't build lookup tables with holes for switches with less than four cases.
1280 ; the fact that we have holes in the range.
/external/skqp/site/user/api/
DSkPath_Overview.md28 form fills or holes. <a href='#Path_Fill_Type'>Path_Fill_Type</a> also determines whether area insi…
/external/skia/site/user/api/
DSkPath_Overview.md28 form fills or holes. <a href='#Path_Fill_Type'>Path_Fill_Type</a> also determines whether area insi…

123