Home
last modified time | relevance | path

Searched refs:index (Results 6201 - 6225 of 21705) sorted by relevance

1...<<241242243244245246247248249250>>...869

/third_party/ffmpeg/libavcodec/
H A Dqoidec.c37 uint8_t index[64][4] = { 0 }; in qoi_decode_frame() local
87 memcpy(px, index[chunk], 4); in qoi_decode_frame()
102 memcpy(index[QOI_COLOR_HASH(px) & 63], px, 4); in qoi_decode_frame()
H A Dqoienc.c34 uint8_t index[64][4] = { 0 }; in qoi_encode_frame() local
72 if (!memcmp(index[index_pos], px, 4)) { in qoi_encode_frame()
75 memcpy(index[index_pos], px, 4); in qoi_encode_frame()
/third_party/ffmpeg/libavformat/
H A Dluodatdec.c60 int index, ret, key, stream_id, stream_index, width, height, fps, pkt_size; in dat_read_packet() local
75 index = avio_rl32(pb); in dat_read_packet()
103 if (index >= s->nb_streams) in dat_read_packet()
104 av_log(s, AV_LOG_WARNING, "Stream index out of range.\n"); in dat_read_packet()
/third_party/astc-encoder/Test/
H A Dastc_profile_valgrind.py68 index = functionMap[function]
69 functionTable[index][1] += cost
70 functionTable[index][2] += cost
H A Dastc_test_image_dl.py35 def download(testSet, index, srcUrl, dstPath):
41 index (int): The download index.
51 print("%s image %u: Downloading" % (testSet, index))
54 print("%s image %u: Skipping" % (testSet, index))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie.java63 * the index array offset of the indexes for that lead surrogate.
92 * Attributes are checked but not the index data.
173 * @param index array to be used for index
178 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() argument
188 m_index_ = index; in Trie()
196 * Lead surrogate code points' index displacement in the index array.
202 * Shift size for shifting right the input index. 1..9
206 * Shift size for shifting left the index arra
274 getValue(int index) getValue() argument
[all...]
/third_party/PyYAML/lib/yaml/
H A Derror.py6 def __init__(self, name, index, line, column, buffer, pointer):
8 self.index = index
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleGroup.java99 * Returns a BundleItem from the set of items at a particular index point.
100 * If the index is greater than or equal to the number of items in the set,
103 public BundleItem getBundleItem(int index) { in getBundleItem() argument
104 if (index >= items.size()) in getBundleItem()
107 for (int i=0; i < index; i++) in getBundleItem()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.h134 Chunk& RawBigit(const int index);
135 const Chunk& RawBigit(const int index) const;
136 Chunk BigitOrZero(const int index) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie.java65 * the index array offset of the indexes for that lead surrogate.
94 * Attributes are checked but not the index data.
175 * @param index array to be used for index
180 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() argument
190 m_index_ = index; in Trie()
198 * Lead surrogate code points' index displacement in the index array.
204 * Shift size for shifting right the input index. 1..9
208 * Shift size for shifting left the index arra
276 getValue(int index) getValue() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.h148 Chunk& RawBigit(const int index);
149 const Chunk& RawBigit(const int index) const;
150 Chunk BigitOrZero(const int index) const;
H A Dnumber_formatimpl.h51 * @return The index into the output at which the prefix ends and the suffix starts; in other words,
83 FormattedStringBuilder& string, int32_t index, UErrorCode& status);
150 int32_t index, UErrorCode &status);
154 int32_t index, UErrorCode &status);
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h81 void InsertToList(unsigned index);
83 void CloseFile(unsigned index);
84 HRESULT EnsureOpen(unsigned index);
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-prototype-find-index.js67 function isPrime (element, index, array) {
68 assert (array_index++ === index);
70 assert (element === array[index]);
H A Darray-prototype-find.js67 function isPrime (element, index, array) {
68 assert (array_index++ === index);
70 assert (element === array[index]);
/third_party/jerryscript/tests/jerry/
H A Dregexp-assertions.js157 assert(result.index === 6);
163 assert(result.index === 6);
169 assert(result.index === 6);
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_texcoord_replace.c48 nir_amul_imm(b, nir_ssa_for_src(b, (*p)->arr.index, 1), size); in get_io_index()
121 nir_ssa_def *index = get_io_index(&b, deref); in nir_lower_texcoord_replace_impl() local
124 nir_iadd_imm(&b, index, base)); in nir_lower_texcoord_replace_impl()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_atomics.c38 * that directly store the buffer index and byte offset
110 shader_program->data->UniformStorage[uniform_loc].opaque[shader->info.stage].index; in lower_deref_instr()
118 assert(d->arr.index.is_ssa); in lower_deref_instr()
124 offset = nir_iadd(b, offset, nir_imul(b, d->arr.index.ssa, in lower_deref_instr()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dv4l2_show.c51 ".index=%u, " in show_v4l2_buffer()
68 buf->index, in show_v4l2_buffer()
113 dprintf("\tinput = {.index=%u, .name=\"%s\", " in show_v4l2_input()
118 input->index, in show_v4l2_input()
132 dprintf("\tframesize = { .index=%u, " in show_v4l2_frmsizeenum()
135 framesize->index, framesize->pixel_format, framesize->type); in show_v4l2_frmsizeenum()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c56 * must calculate a common negative additional index bias, and modify in emit_hw_vs_vdecl()
59 * Note that the exact value of the negative index bias is not that in emit_hw_vs_vdecl()
91 unsigned usage, index; in emit_hw_vs_vdecl() local
98 svga_generate_vdecl_semantics( i, &usage, &index ); in emit_hw_vs_vdecl()
105 decls[i].identity.usageIndex = index; in emit_hw_vs_vdecl()
109 * for the negative index bias. in emit_hw_vs_vdecl()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_draw_arrays.c110 /* Map index buffer, if present */ in softpipe_draw_vbo()
113 mapped_indices = info->has_user_indices ? info->index.user : NULL; in softpipe_draw_vbo()
115 mapped_indices = softpipe_resource_data(info->index.resource); in softpipe_draw_vbo()
116 available_space = info->index.resource->width0; in softpipe_draw_vbo()
146 /* unmap vertex/index buffers - will cause draw module to flush */ in softpipe_draw_vbo()
160 * TODO: Flush only when a user vertex/index buffer is present in softpipe_draw_vbo()
/third_party/node/lib/internal/
H A Dpromise_hooks.js83 const index = ArrayPrototypeIndexOf(list, hook);
84 if (index >= 0) {
85 ArrayPrototypeSplice(list, index, 1);
/third_party/node/test/parallel/
H A Dtest-tls-client-verify.js67 function testServers(index, servers, clientOptions, cb) {
68 const serverOptions = servers[index];
112 testServers(index + 1, servers, clientOptions, cb);
/third_party/node/deps/npm/node_modules/debug/src/
H A Dbrowser.js163 // figure out the correct index to insert the CSS into
164 let index = 0;
170 index++;
174 lastC = index;
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_formatimpl.h51 * @return The index into the output at which the prefix ends and the suffix starts; in other words,
86 int32_t index,
161 int32_t index,
169 int32_t index,

Completed in 14 milliseconds

1...<<241242243244245246247248249250>>...869