Home
last modified time | relevance | path

Searched refs:index (Results 5051 - 5075 of 9027) sorted by relevance

1...<<201202203204205206207208209210>>...362

/third_party/openssl/include/openssl/
H A Dtxt_db.h42 LHASH_OF(OPENSSL_STRING) **index; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Davailable_instructions.h49 // Requires |index| < |size()|. Returns the ith available instruction.
50 opt::Instruction* operator[](uint32_t index) const;
61 // at a particular index, which is a linear time operation. By inserting all
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Davailable_instructions.h49 // Requires |index| < |size()|. Returns the ith available instruction.
50 opt::Instruction* operator[](uint32_t index) const;
61 // at a particular index, which is a linear time operation. By inserting all
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.h55 int32_t index,
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.h70 wgpu::TextureFormat GetColorAttachmentFormat(ColorAttachmentIndex index) const;
H A DQuerySet.h41 void SetQueryAvailability(uint32_t index, bool available);
H A DSpirvValidation.cpp50 ss << "SPIRV line " << position.index << ": " << message << std::endl; in ValidateSpirv()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandAllocatorManager.cpp40 // Get the index of the first free allocator from the bitset in ReserveCommandAllocator()
66 mFreeAllocators.set(it.index); in Tick()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsblues.h121 size_t index; /* index in original stem hint array */ member
/third_party/pulseaudio/src/pulsecore/
H A Dclient.h35 uint32_t index; member
/third_party/spirv-tools/source/fuzz/
H A Davailable_instructions.h49 // Requires |index| < |size()|. Returns the ith available instruction.
50 opt::Instruction* operator[](uint32_t index) const;
61 // at a particular index, which is a linear time operation. By inserting all
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/
H A Dloads-js-based-projects-and-emits-them-correctly.js43 //// [/src/sub-project/index.js]
60 "include": ["./index.js"]
63 //// [/src/sub-project-2/index.js]
64 import { MyNominal } from '../sub-project/index';
87 "include": ["./index.js"]
118 src/sub-project/index.js:1:10 - error TS18042: 'Nominal' is a type and cannot be imported in JavaScript files. Use 'import("../common/nominal").Nominal' in a JSDoc type annotation.
184 {"program":{"fileNames":["../lib.d.ts","../common/nominal.d.ts","../../src/sub-project/index.js"],"fileInfos":[{"version":"-32082413277-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n","affectsGlobalScope":true},"-15964609857-export type Nominal<T, Name> = T & {\r\n [Symbol.species]: Name;\r\n};\r\n","-23375763082-import { Nominal } from '../common/nominal';\n\n/**\n * @typedef {Nominal<string, 'MyNominal'>} MyNominal\n */\n"],"options":{"composite":true,"declaration":true,"outDir":"..","rootDir":"../../src","skipLibCheck":true},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[2,1,[3,[{"file":"../../src/sub-project/index.js","start":9,"length":7,"messageText":"'Nominal' is a type and cannot be imported in JavaScript files. Use 'import(\"../common/nominal\").Nominal' in a JSDoc type annotation.","category":1,"code":18042}]]],"affectedFilesPendingEmit":[[2,1],[3,1]],"emitSignatures":[3]},"version":"FakeTSVersion"}
192 "../../src/sub-project/index.js"
209 "../../src/sub-project/index
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.h43 double getOffsetForStringIndex(int32_t index) const override;
/third_party/skia/modules/skottie/src/
H A DLayer.h24 int index() const { return fIndex; } in index() function in skottie::internal::final
/third_party/rust/crates/once_cell/examples/
H A Dregex.rs13 let s = r##"13.28.24.13 - - [10/Mar/2016:19:29:25 +0100] "GET /etc/lib/pChart2/examples/index.php?Action=View&Script=../../../../cnf/db.php HTTP/1.1" 404 151 "-" "HTTP_Request2/2.2.1 (http://pear.php.net/package/http_request2) PHP/5.3.16""##; in slow()
28 let s = r##"13.28.24.13 - - [10/Mar/2016:19:29:25 +0100] "GET /etc/lib/pChart2/examples/index.php?Action=View&Script=../../../../cnf/db.php HTTP/1.1" 404 151 "-" "HTTP_Request2/2.2.1 (http://pear.php.net/package/http_request2) PHP/5.3.16""##; in fast()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineUniqueRandomIterator.hpp48 virtual T getIndexedValue (deUint32 index) = 0;
64 // Fast way to populate the index sequence in UniqueRandomIterator()
78 // Copy set into index sequence in UniqueRandomIterator()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktNativeObjectsUtil.hpp55 vk::wsi::Window& getWindow (size_t index = 0u) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTransformFeedbackGL.h34 size_t index,
/third_party/ffmpeg/libavformat/
H A Dmpegts.c473 uint32_t index) in mpegts_drm_find_avs_cei_nal_unit()
475 uint32_t i = index; in mpegts_drm_find_avs_cei_nal_unit()
500 uint32_t index) in mpegts_drm_find_hevc_cei_nal_unit()
502 uint32_t i = index; in mpegts_drm_find_hevc_cei_nal_unit()
532 uint32_t index) in mpegts_drm_find_h264_cei_nal_unit()
534 uint32_t i = index; in mpegts_drm_find_h264_cei_nal_unit()
565 uint32_t *cei_start_pos, uint32_t index) in mpegts_drm_find_cei_nal_unit()
569 ret = mpegts_drm_find_avs_cei_nal_unit(data, data_size, cei_start_pos, index); in mpegts_drm_find_cei_nal_unit()
571 ret = mpegts_drm_find_hevc_cei_nal_unit(data, data_size, cei_start_pos, index); in mpegts_drm_find_cei_nal_unit()
573 ret = mpegts_drm_find_h264_cei_nal_unit(data, data_size, cei_start_pos, index); in mpegts_drm_find_cei_nal_unit()
472 mpegts_drm_find_avs_cei_nal_unit(uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_avs_cei_nal_unit() argument
499 mpegts_drm_find_hevc_cei_nal_unit(uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_hevc_cei_nal_unit() argument
531 mpegts_drm_find_h264_cei_nal_unit(uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_h264_cei_nal_unit() argument
564 mpegts_drm_find_cei_nal_unit(enum AVCodecID codec_id, uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_cei_nal_unit() argument
1724 int index = av_log2(size + AV_INPUT_BUFFER_PADDING_SIZE); buffer_pool_get() local
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp230 size_t index = 0; in UNIX_ONLY_TEST() local
233 [&index, reporter] in UNIX_ONLY_TEST()
235 REPORTER_ASSERT(reporter, index == 0); in UNIX_ONLY_TEST()
237 ++index; in UNIX_ONLY_TEST()
1051 size_t index = 0; in UNIX_ONLY_TEST() local
1054 [reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1055 REPORTER_ASSERT(reporter, index == 0); in UNIX_ONLY_TEST()
1057 ++index; in UNIX_ONLY_TEST()
1141 size_t index = 0; in UNIX_ONLY_TEST() local
1145 switch (index) { in UNIX_ONLY_TEST()
1215 size_t index = 0; UNIX_ONLY_TEST() local
1261 size_t index = 0; UNIX_ONLY_TEST() local
2206 size_t index = 0; UNIX_ONLY_TEST() local
2300 size_t index = 0; UNIX_ONLY_TEST() local
3721 size_t index = 0; UNIX_ONLY_TEST() local
4148 size_t index = 0; UNIX_ONLY_TEST() local
4199 size_t index = 0; UNIX_ONLY_TEST() local
6799 size_t index = 0; UNIX_ONLY_TEST() local
7201 size_t index = 0; UNIX_ONLY_TEST() local
7658 size_t index = 0; UNIX_ONLY_TEST() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c1913 struct ra_block_state *state = &ctx->blocks[block->index]; in read_register()
1930 struct ra_block_state *pred_state = &ctx->blocks[pred->index]; in handle_live_in()
1959 struct ra_block_state *state = &ctx->blocks[ctx->block->index]; in handle_live_out()
2093 struct ra_block_state *pred_state = &ctx->blocks[pred->index]; in insert_live_in_move()
2129 BITSET_WORD *live_in = ctx->live->live_in[ctx->block->index]; in insert_file_live_in_moves()
2163 if (!ctx->blocks[ctx->block->predecessors[i]->index].visited) { in insert_live_in_moves()
2170 struct ra_block_state *state = &ctx->blocks[ctx->block->index]; in insert_live_in_moves()
2187 struct ra_block_state *succ_state = &ctx->blocks[succ->index]; in insert_live_out_move()
2253 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block()
2279 d("after live-in block %u:\n", block->index); in handle_block()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c1710 emit_sample_streamout(struct radv_cmd_buffer *cmd_buffer, uint64_t va, uint32_t index) in emit_sample_streamout() argument
1716 assert(index < MAX_SO_STREAMS); in emit_sample_streamout()
1719 radeon_emit(cs, EVENT_TYPE(event_type_for_stream(index)) | EVENT_INDEX(3)); in emit_sample_streamout()
1744 VkQueryType query_type, VkQueryControlFlags flags, uint32_t index) in emit_begin_query()
1823 emit_sample_streamout(cmd_buffer, va, index); in emit_begin_query()
1836 emit_sample_streamout(cmd_buffer, va, index); in emit_begin_query()
1860 uint64_t avail_va, VkQueryType query_type, uint32_t index) in emit_end_query()
1916 emit_sample_streamout(cmd_buffer, va + 16, index); in emit_end_query()
1929 emit_sample_streamout(cmd_buffer, va + 16, index); in emit_end_query()
1958 VkQueryControlFlags flags, uint32_t index) in radv_CmdBeginQueryIndexedEXT()
1743 emit_begin_query(struct radv_cmd_buffer *cmd_buffer, struct radv_query_pool *pool, uint64_t va, VkQueryType query_type, VkQueryControlFlags flags, uint32_t index) emit_begin_query() argument
1859 emit_end_query(struct radv_cmd_buffer *cmd_buffer, struct radv_query_pool *pool, uint64_t va, uint64_t avail_va, VkQueryType query_type, uint32_t index) emit_end_query() argument
1957 radv_CmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index) radv_CmdBeginQueryIndexedEXT() argument
1982 radv_CmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, uint32_t index) radv_CmdEndQueryIndexedEXT() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp379 * table index would make it impossible to use headerless messages. in fire_fb_write()
447 /* We assume that render targets start at binding table index 0. */ in generate_fb_read()
630 /* Trivial, the source is already uniform or the index is a constant. in generate_shuffle()
1514 struct brw_reg index, in generate_uniform_pull_constant_load()
1520 assert(index.file == BRW_IMMEDIATE_VALUE && in generate_uniform_pull_constant_load()
1521 index.type == BRW_REGISTER_TYPE_UD); in generate_uniform_pull_constant_load()
1522 uint32_t surf_index = index.ud; in generate_uniform_pull_constant_load()
1535 struct brw_reg index, in generate_uniform_pull_constant_load_gfx7()
1538 assert(index.type == BRW_REGISTER_TYPE_UD); in generate_uniform_pull_constant_load_gfx7()
1543 if (index in generate_uniform_pull_constant_load_gfx7()
1512 generate_uniform_pull_constant_load(fs_inst *inst, struct brw_reg dst, struct brw_reg index, struct brw_reg offset) generate_uniform_pull_constant_load() argument
1533 generate_uniform_pull_constant_load_gfx7(fs_inst *inst, struct brw_reg dst, struct brw_reg index, struct brw_reg payload) generate_uniform_pull_constant_load_gfx7() argument
1594 generate_varying_pull_constant_load_gfx4(fs_inst *inst, struct brw_reg dst, struct brw_reg index) generate_varying_pull_constant_load_gfx4() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h31 inline MemOperand FieldMemOperand(Register object, Register index, int offset) { in FieldMemOperand() argument
32 return MemOperand(object, index, offset - kHeapObjectTag); in FieldMemOperand()
211 void LoadRoot(Register destination, RootIndex index) override {
212 LoadRoot(destination, index, al);
214 void LoadRoot(Register destination, RootIndex index, Condition cond);
1563 void CompareRoot(Register obj, RootIndex index);
1564 void PushRoot(RootIndex index) { in PushRoot() argument
1565 LoadRoot(r0, index); in PushRoot()
1586 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
1587 CompareRoot(with, index); in JumpIfRoot()
1592 JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) JumpIfNotRoot() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc344 static void get_sib(byte data, int* scale, int* index, int* base) { in get_sib() argument
346 *index = (data >> 3) & 7; in get_sib()
403 int scale, index, base; in PrintRightOperandHelper() local
404 get_sib(sib, &scale, &index, &base); in PrintRightOperandHelper()
405 if (index == esp && base == esp && scale == 0 /*times_1*/) { in PrintRightOperandHelper()
410 AppendToBuffer("[%s*%d%s0x%x]", (this->*register_name)(index), in PrintRightOperandHelper()
414 } else if (index != esp && base != ebp) { in PrintRightOperandHelper()
415 // [base+index*scale] in PrintRightOperandHelper()
417 (this->*register_name)(index), 1 << scale); in PrintRightOperandHelper()
430 int scale, index, bas in PrintRightOperandHelper() local
[all...]

Completed in 30 milliseconds

1...<<201202203204205206207208209210>>...362