HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 251 - 275 of 4325) sorted by null

<<11121314151617181920>>

  /external/strace/
mpers.awk 41 function norm_idx(idx)
43 return sprintf("%016s", idx)
70 function update_upper_bound(idx, val, \
73 count = array[idx, "count"]
76 array[idx, "count"] = count * val
77 array[idx, "upper_bound"] = array[idx, "upper_bound"] "[" val "]"
169 idx = norm_idx(matches[2])
170 array[idx, "idx"] = id
    [all...]
number_set.c 72 const unsigned int idx)
74 return !(set && (set[idx].nslots || set[idx].not));
86 const unsigned int idx)
88 return set && ((number / BITS_PER_SLOT < set[idx].nslots)
89 && number_isset(number, set[idx].vec)) ^ set[idx].not;
101 const unsigned int idx)
103 add_number_to_set(number, &set[idx]);
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
CentralDirectory.java 435 int idx = 0; local
438 cdhs[idx] = entry.getCentralDirectoryHeader();
439 compressInfos[idx] = cdhs[idx].getCompressionInfoWithWait();
440 encodedFileNames[idx] = cdhs[idx].getEncodedFileName();
441 extraFields[idx] = new byte[cdhs[idx].getExtraField().size()];
442 cdhs[idx].getExtraField().write(ByteBuffer.wrap(extraFields[idx]));
    [all...]
  /external/tcpdump/
util-print.c 507 static int idx = 0; local
510 ret = buf[idx];
511 idx = (idx+1) & 3;
685 fetch_token(netdissect_options *ndo, const u_char *pptr, u_int idx, u_int len,
690 for (; idx < len; idx++) {
691 if (!ND_TTEST(*(pptr + idx))) {
695 if (!isascii(*(pptr + idx))) {
699 if (isspace(*(pptr + idx))) {
825 u_int idx, eol; local
916 u_int idx = 0; local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 346 uint8_t idx = 0; local
349 while ((idx < p_dpb->ref_frames_in_buffer) && (!(Found)))
351 if (p_dpb->fs_ref_idc[idx] == ref_idc)
354 idx++;
360 while(idx < p_dpb->ref_frames_in_buffer - 1) {
361 p_dpb->fs_ref_idc[idx] = p_dpb->fs_ref_idc[idx + 1];
362 idx ++;
365 p_dpb->fs_ref_idc[idx] = MPD_DPB_FS_NULL_IDC; // Clear the last one
382 uint8_t idx = 0 local
424 uint8_t idx; local
902 register uint32_t idx; local
949 register uint32_t idx; local
1271 int32_t idx, rp_found = 0; local
1416 int32_t idx; local
1781 uint32_t idx; local
1875 uint32_t idx; local
1945 uint32_t idx; local
2022 int32_t idx; local
2058 int32_t idx; local
2131 uint32_t idx; local
2158 uint32_t idx; local
2222 uint32_t idx; local
2321 int32_t idx; local
2412 int32_t idx, prev_idc; local
2682 uint32_t idx; local
2964 uint32_t idx; local
3021 uint32_t idx; local
3356 uint32_t idx; local
3447 int32_t idx, flag; local
3504 int32_t idx; local
3562 uint8_t idx; local
3724 int32_t idx = 0; local
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 67 int idx; local
68 for (idx = 0; idx < args.length; idx++) {
69 if (args[idx].equals("--help")) {
72 } else if (args[idx].startsWith("--uses-library=")) {
73 String libName = args[idx].substring(args[idx].indexOf('=')+1);
82 } else if (args[idx].startsWith("--ignore-package=")) {
83 String pkgName = args[idx].substring(args[idx].indexOf('=')+1)
    [all...]
  /external/elfutils/tests/
run-dwfllines.sh 25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc:
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mapspeed_test.go 25 idx := 0
28 sum += m[strings[idx]]
29 idx++
30 if idx == size {
31 idx = 0
50 idx := 0
53 if m[chunks[idx]] != idx {
56 idx++
57 if idx == size
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mapspeed_test.go 25 idx := 0
28 sum += m[strings[idx]]
29 idx++
30 if idx == size {
31 idx = 0
50 idx := 0
53 if m[chunks[idx]] != idx {
56 idx++
57 if idx == size
    [all...]
  /system/bt/bta/ag/
bta_ag_at.cc 80 uint16_t idx; local
85 for (idx = 0; p_cb->p_at_tbl[idx].p_cmd[0] != 0; idx++) {
86 if (!utl_strucmp(p_cb->p_at_tbl[idx].p_cmd, p_cb->p_cmd_buf)) {
92 if (p_cb->p_at_tbl[idx].p_cmd[0] != 0) {
94 p_arg = p_cb->p_cmd_buf + strlen(p_cb->p_at_tbl[idx].p_cmd);
124 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) {
127 p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT) {
129 if (int_arg < (int16_t)p_cb->p_at_tbl[idx].min |
    [all...]
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.cpp 65 void initClientFuncs(const EGLClient_glesInterface *iface, int idx)
68 s_client_extensions[idx].fname = \
77 memset(&s_client_extensions[idx], 0, sizeof(struct _ext_table));
100 int idx = (int)thread->currentContext->majorVersion - 1; \
101 if (!s_client_extensions[idx].fname) { \
104 (*s_client_extensions[idx].fname) args; /* NOLINT */ \
114 int idx = (int)thread->currentContext->majorVersion - 1; \
115 if (!s_client_extensions[idx].fname) { \
118 return (*s_client_extensions[idx].fname) args; /* NOLINT */ \
  /device/google/cuttlefish_common/guest/vsoc/lib/
gralloc_region_view.cpp 72 for (uint32_t idx = 0; idx < buffer_count_local; ++idx) {
73 BufferEntry& entry = data()->buffers_table[idx];
94 uint32_t idx = data()->buffer_count; local
95 if (pointer_to_region_offset(&data()->buffers_table[idx + 1]) >
102 pointer_to_region_offset(&data()->buffers_table[idx])),
103 static_cast<int>(sizeof(data()->buffers_table[idx])));
117 BufferEntry& new_entry = data()->buffers_table[idx];
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedBase.hpp 95 bool CheckEnumForBuffer(int idx, glw::GLenum e, glw::GLenum state);
96 bool CheckBuffer(int idx);
99 void SetEnablei(int idx);
100 void SetDisablei(int idx);
101 void SetColorMaski(int idx, glw::GLboolean r, glw::GLboolean g, glw::GLboolean b, glw::GLboolean a);
102 void SetBlendEquationi(int idx, glw::GLenum mode);
103 void SetBlendEquationSeparatei(int idx, glw::GLenum rgb, glw::GLenum a);
104 void SetBlendFunci(int idx, glw::GLenum src, glw::GLenum dst);
105 void SetBlendFuncSeparatei(int idx, glw::GLenum src_rgb, glw::GLenum dst_rgb, glw::GLenum src_a,
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Fingerprint.java 114 for (int idx = STREAM_ID_CS_PREFIX.length(); idx < STREAM_ID_CS_01_LENGTH;
115 idx += 2) {
116 int value = (toDigit(streamId, idx) << 4) | toDigit(streamId, idx + 1);
181 for (int idx = 0; idx < FINGERPRINT_BYTE_LENGTH; idx++) {
182 int value = bytes[idx];
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 224 for (int idx = 0; idx < text.length(); idx++) {
225 char ch = text.charAt(idx);
361 int idx = 0; local
363 for (; idx < end - 2; idx += 3) {
364 int data = (bytes[idx] & 0xff) << 16 | (bytes[idx + 1] & 0xff) << 8
365 | bytes[idx + 2] & 0xff
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
ByteArrayList.java 241 * @param idx The index to return
243 public byte get(int idx) {
244 if (idx < 0 || idx >= size()) {
247 return mStorage[idx];
253 * @param idx The index to replace
256 public byte set(int idx, byte b) {
257 if (idx < 0 || idx >= size()) {
260 byte curVal = mStorage[idx];
    [all...]
  /external/blktrace/btt/
unplug_hist.c 53 int idx, n_unplugs = be64_to_cpu(*val); local
56 idx = (n_unplugs / BKT_WIDTH);
57 if (idx > EXCESS_BKT)
58 idx = EXCESS_BKT;
60 hbp->hist[idx]++;
  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_shared.cc 12 void Run(int idx) {
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
  /external/deqp/external/openglcts/modules/gl/
gl4cLimitsTests.cpp 235 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(intLimits); idx++)
237 const Limit<GLint>& limit = intLimits[idx];
241 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(int64Limits); idx++)
243 const Limit<GLint64>& limit = int64Limits[idx];
247 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(uint64Limits); idx++
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getsrc.c 59 size_t idx = u - (u - l) / 2; local
60 Dwarf_Line *line = &lines->info[idx];
62 u = idx - 1;
64 l = idx;
72 return &cu->lines->idx[l];
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 86 int idx = start; local
87 outer: while (idx < _text.length()) {
88 char c = _text.charAt(idx);
94 idx++;
96 return idx;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 82 int idx = start; local
83 outer: while (idx < _text.length()) {
84 char c = _text.charAt(idx);
90 idx++;
92 return idx;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 82 int idx = start; local
83 outer: while (idx < _text.length()) {
84 char c = _text.charAt(idx);
90 idx++;
92 return idx;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple.include.array.pass.cpp 27 template <class T, std::size_t N, class U, size_t idx>
38 static_assert((std::is_same<typename std::tuple_element<idx, T>::type, U>::value), "");
39 static_assert((std::is_same<typename std::tuple_element<idx, const T>::type, const U>::value), "");
40 static_assert((std::is_same<typename std::tuple_element<idx, volatile T>::type, volatile U>::value), "");
41 static_assert((std::is_same<typename std::tuple_element<idx, const volatile T>::type, const volatile U>::value), "");
tuple.include.utility.pass.cpp 25 template <class T, std::size_t N, class U, size_t idx>
36 static_assert((std::is_same<typename std::tuple_element<idx, T>::type, U>::value), "");
37 static_assert((std::is_same<typename std::tuple_element<idx, const T>::type, const U>::value), "");
38 static_assert((std::is_same<typename std::tuple_element<idx, volatile T>::type, volatile U>::value), "");
39 static_assert((std::is_same<typename std::tuple_element<idx, const volatile T>::type, const volatile U>::value), "");

Completed in 666 milliseconds

<<11121314151617181920>>