/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 293 * Delete directory entries between startcl, startoff and endcl, endoff. 457 * Basic sanity check if the subdirectory have good '.' and '..' entries, 458 * and they are directory entries. Further sanity checks are performed 487 * We only need to check the first two entries of the directory, in check_subdirectory() 507 * Both `.' and `..' must be present and be the first two entries in check_subdirectory() 540 int fd, i, j, k, iosize, entries; in readDosDirSection() local 569 * Derive how many entries we are going to encounter from in readDosDirSection() 575 entries = boot->bpbRootDirEnts; in readDosDirSection() 578 entries = iosize / 32; in readDosDirSection() 605 for (p = buffer, i = 0; i < entries; in readDosDirSection() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | node.js | 842 for (const [name, path] of this.#workspaces.entries()) { 863 for (const [name, dep] of Object.entries(pd)) { 893 for (const [name, spec] of Object.entries(deps || {})) { 1303 for (const [name, child] of this.children.entries()) {
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 365 auto& entries = info.shader_info[type].specialization_entries; in SetShader() local 366 entries.reset(new std::vector<VkSpecializationMapEntry>()); in SetShader() 371 entries->push_back({pair.first, in SetShader() 380 spec_info->pMapEntries = entries->data(); in SetShader()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_linearization_info.cpp | 1332 uint32 entries = fBlackDeltaH->LogicalSize () / (uint32) sizeof (table [0]); in MaxBlackLevel() local 1334 for (j = 0; j < entries; j++) in MaxBlackLevel() 1366 uint32 entries = fBlackDeltaV->LogicalSize () / (uint32) sizeof (table [0]); in MaxBlackLevel() local 1368 for (j = 0; j < entries; j++) in MaxBlackLevel()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 611 vector<Entry> entries; member 621 layout.entries.resize(values.size()); in computeStd140Layout() 633 layout.entries[ndx] = ValueBufferLayout::Entry(layout.size, alignment); in computeStd140Layout() 644 layout.entries.resize(values.size()); in computeStd430Layout() 655 layout.entries[ndx] = ValueBufferLayout::Entry(layout.size, alignment); in computeStd430Layout() 696 DE_ASSERT(layout.entries.size() == values.size()); in copyToLayout() 699 copyToLayout(dst, layout.entries[ndx], values[ndx], arrayNdx); in copyToLayout() 1003 const ValueBufferLayout::Entry& layoutEntry = layout.entries[inputNdx]; in getVertexAttributeDescriptions()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwrite.c | 1788 int entries = image->colormap_entries > 256 ? 256 : in png_image_set_PLTE() local 1791 /* NOTE: the caller must check for cmap != NULL and entries != 0 */ in png_image_set_PLTE() 1816 for (i=num_trans=0; i<entries; ++i) in png_image_set_PLTE() 1920 entries); in png_image_set_PLTE() 1926 image->colormap_entries = (png_uint_32)entries; in png_image_set_PLTE() 1993 png_uint_32 entries = image->colormap_entries; in png_image_write_main() local 1996 entries > 16 ? 8 : (entries > 4 ? 4 : (entries > 2 ? 2 : 1)), in png_image_write_main() 2079 /* If there are 16 or fewer color-map entries w in png_image_write_main() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 611 vector<Entry> entries; member 621 layout.entries.resize(values.size()); in computeStd140Layout() 633 layout.entries[ndx] = ValueBufferLayout::Entry(layout.size, alignment); in computeStd140Layout() 644 layout.entries.resize(values.size()); in computeStd430Layout() 655 layout.entries[ndx] = ValueBufferLayout::Entry(layout.size, alignment); in computeStd430Layout() 696 DE_ASSERT(layout.entries.size() == values.size()); in copyToLayout() 699 copyToLayout(dst, layout.entries[ndx], values[ndx], arrayNdx); in copyToLayout() 1003 const ValueBufferLayout::Entry& layoutEntry = layout.entries[inputNdx]; in getVertexAttributeDescriptions()
|
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 72 uint8_t entries[TIFF_MAX_ENTRY * 12]; ///< entries in header member 73 int num_entries; ///< number of entries 131 uint8_t *entries_ptr = s->entries + 12 * s->num_entries; in add_entry() 515 bytestream_put_buffer(&ptr, s->entries, s->num_entries * 12); in encode_frame()
|
/third_party/gn/src/gn/ |
H A D | scope.cc | 263 auto entries = GetTemplateInvocationEntries(); in CheckForUnusedVars() local 264 if (entries.size() != 0) { in CheckForUnusedVars() 266 for (const auto& entry : entries) { in CheckForUnusedVars()
|
/third_party/node/src/ |
H A D | node_env_var.cc | 294 Local<Object> entries) { in AssignFromObject() 298 if (!entries->GetOwnPropertyNames(context).ToLocal(&keys)) in AssignFromObject() 309 if (!entries->Get(context, key).ToLocal(&value) || in AssignFromObject() 293 AssignFromObject(Local<Context> context, Local<Object> entries) AssignFromObject() argument
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | channel.sub.js | 867 for (let [targetName, child] of Object.entries(item)) { 873 for (let [childKey, childValue] of item.entries()) { 1043 for (let [targetName, child] of Object.entries(value)) {
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.cpp | 373 void buildBinaryIndex (std::vector<BinaryIndexNode>* dst, size_t numEntries, const ProgramIdentifierIndex* entries) in buildBinaryIndex() argument 379 const std::vector<deUint32> searchPath = getSearchPath(entries[ndx].id); in buildBinaryIndex() 380 addToSparseIndex(sparseIndex.get(), &searchPath[0], searchPath.size(), entries[ndx].index); in buildBinaryIndex()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroupLayout.cpp | 164 const BindGroupLayoutEntry& entry = descriptor->entries[i]; in ValidateBindGroupLayoutDescriptor() 168 "On entries[%u]: binding index (%u) was specified by a previous entry.", in ValidateBindGroupLayoutDescriptor() 172 "validating entries[%u]", i); in ValidateBindGroupLayoutDescriptor() 370 descriptor->entries, descriptor->entries + descriptor->entryCount); in BindGroupLayoutBase()
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 4163 entries = dict((entry.name, entry) 4165 self.assertEqual(sorted(entries.keys()), names) 4166 return entries 4243 entries = self.get_entries(names) 4245 entry = entries['dir'] 4248 entry = entries['file.txt'] 4252 entry = entries['link_file.txt'] 4256 entry = entries['symlink_dir'] 4259 entry = entries['symlink_file.txt'] 4264 entries [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | demux.h | 130 int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries, 145 * AVFormatContext.max_index_size by discarding entries if it grows
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.h | 58 /* Total size of the descriptor set with room for all array entries */ 140 struct tu_descriptor_pool_entry entries[0]; member
|
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/ |
H A D | etnaviv_drm_winsys.c | 145 if (!fd_tab->entries) { in etna_drm_screen_destroy()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_lower_uniforms.c | 133 while (ht->entries) { in qir_lower_uniforms()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tile_cache.h | 91 struct softpipe_cached_tile *entries[NUM_ENTRIES]; member
|
/third_party/node/test/parallel/ |
H A D | test-console-table.js | 122 test(new Map([[1, 1], [2, 2], [3, 3]]).entries(), `
|
H A D | test-fs-readdir-types.js | 38 for (const [i, dirent] of dirents.entries()) {
|
H A D | test-http2-client-setLocalWindowSize.js | 42 Object.entries(types).forEach(([type, value]) => {
|
H A D | test-policy-parse-integrity.js | 60 for (const [url, { body, integrity }] of Object.entries(resources)) {
|
H A D | test-process-env-allowed-flags.js | 87 for (const [flag] of process.allowedNodeEnvironmentFlags.entries()) {
|
H A D | test-whatwg-url-custom-searchparams.js | 46 assert.strictEqual(sp[Symbol.iterator], sp.entries);
|