HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 101 - 125 of 3713) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/include/private/
GrSwizzle.h 29 static constexpr char IToC(int idx) {
30 return (8 * idx) == GrColor_SHIFT_R ? 'r' :
31 (8 * idx) == GrColor_SHIFT_G ? 'g' :
32 (8 * idx) == GrColor_SHIFT_B ? 'b' :
33 (8 * idx) == GrColor_SHIFT_A ? 'a' : 'x';
76 int idx; local
79 idx = (key & 3);
80 uint32_t outR = (color >> idx * 8) & 0xFF;
82 idx = (key & 3);
83 uint32_t outG = (color >> idx * 8) & 0xFF
95 int idx; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c 64 Word32 idx, shift; local
66 idx = sfb + sfboffs;
68 thrL = sfbThresholdLeft[idx];
69 thrR = sfbThresholdRight[idx];
70 nrgL = sfbEnergyLeft[idx];
71 nrgR = sfbEnergyRight[idx];
84 nrgL = sfbEnergyMid[idx];
85 nrgR = sfbEnergySide[idx];
102 msMask[idx] = 1;
105 for (j=sfbOffset[idx]; j<sfbOffset[idx+1]; j++)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_1.java 21 public void run(String[] arr, int idx, String value) {
22 arr[idx] = value;
T_aput_object_2.java 21 public void run(Integer[] arr, int idx, Integer value) {
22 arr[idx] = value;
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
console.h 32 #define MASK_XENCONS_IDX(idx, ring) ((idx) & (sizeof(ring)-1))
  /device/google/contexthub/firmware/os/cpu/cortexm4/
atomicBitset.c 46 uint32_t idx = num / 32, mask = 1UL << (num & 31), status, tmp; local
47 uint32_t *wordPtr = set->words + idx;
66 uint32_t idx = num / 32, mask = 1UL << (num & 31), status, tmp; local
67 uint32_t *wordPtr = set->words + idx;
86 uint32_t idx, numWords = ATOMIC_BITSET_NUM_WORDS(set->numBits); local
90 for (idx = 0; idx < numWords; idx++, wordPtr++) {
111 return (idx * 32) + bit;
119 uint32_t idx, numWords = ATOMIC_BITSET_NUM_WORDS(atomicallyAccessedSet->numBits) local
132 uint32_t idx, numWords = ATOMIC_BITSET_NUM_WORDS(set->numBits); local
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/d/
T_aget_8.java 20 public int run(int[] arr, float idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
T_aget_boolean_8.java 20 public boolean run(boolean[] arr, float idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/d/
T_aget_byte_8.java 20 public byte run(byte[] arr, float idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/d/
T_aget_char_8.java 20 public char run(char[] arr, float idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
T_aget_short_8.java 20 public short run(short[] arr, float idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_10.java 21 public long run(long[] arr, float idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/d/
T_aput_8.java 20 public void run(int[] arr, float idx, float value) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/d/
T_aput_boolean_8.java 20 public void run(boolean[] arr, float idx, boolean value) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/d/
T_aput_byte_8.java 20 public void run(byte[] arr, float idx, byte value) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/d/
T_aput_char_8.java 20 public void run(char[] arr, float idx, char value) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/d/
T_aput_short_8.java 20 public void run(short[] arr, float idx, short value) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/d/
T_aput_wide_6.java 21 public void run(double[] arr, int idx, long value) {
T_aput_wide_9.java 21 public void run(long[] arr, float idx, long value) {
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.h 24 void initClientFuncs(const EGLClient_glesInterface *iface, int idx);
  /external/elfutils/libdwfl/
dwfl_onesrcline.c 32 dwfl_onesrcline (Dwarf_Die *cudie, size_t idx)
49 if (idx >= cu->die.cu->lines->nlines)
55 return &cu->lines->idx[idx];
  /external/toybox/toys/other/
reboot.c 28 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx; local
32 idx = stridx("hp", *toys.which->name)+1;
33 if (toys.optflags & FLAG_f) toys.exitval = reboot(types[idx]);
34 else toys.exitval = kill(1, sigs[idx]);
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 177 addr (buffer, idx)
179 unsigned int idx;
181 return buffer->ptr + idx;
252 skip_white_and_stars (src, idx)
254 unsigned int idx;
257 while ((c = at (src, idx)),
262 && at (src, idx +1) != '/'
263 && at (src, idx -1) != '\n'))
264 idx++;
265 return idx;
286 unsigned int idx = 0; \/* Pos in input buffer *\/ variable
439 unsigned int idx = 0; local
510 unsigned int idx; local
581 unsigned int idx = 0; local
613 unsigned int idx = 0; local
663 unsigned int idx = 0; local
749 unsigned int idx = 0; local
804 unsigned int idx = 0; local
916 int idx = 0; local
1003 int idx = 0; local
1147 int idx; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
AsciiUtil.java 61 int idx = 0; local
62 for (; idx < s.length(); idx++) {
63 char c = s.charAt(idx);
68 if (idx == s.length()) {
71 StringBuilder buf = new StringBuilder(s.substring(0, idx));
72 for (; idx < s.length(); idx++) {
73 buf.append(toLower(s.charAt(idx)));
79 int idx = 0 local
100 int idx = 0; local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
AsciiUtil.java 55 int idx = 0; local
56 for (; idx < s.length(); idx++) {
57 char c = s.charAt(idx);
62 if (idx == s.length()) {
65 StringBuilder buf = new StringBuilder(s.substring(0, idx));
66 for (; idx < s.length(); idx++) {
67 buf.append(toLower(s.charAt(idx)));
73 int idx = 0 local
94 int idx = 0; local
    [all...]

Completed in 1080 milliseconds

1 2 3 45 6 7 8 91011>>