HomeSort by relevance Sort by last modified time
    Searched defs:ind (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 327 int16 i, j, i_subfr, index, ind[8], tmp; local
491 ind[0] = Serial_parm(8, &prms); /* index of 1st ISP subvector */
492 ind[1] = Serial_parm(8, &prms); /* index of 2nd ISP subvector */
493 ind[2] = Serial_parm(6, &prms); /* index of 3rd ISP subvector */
494 ind[3] = Serial_parm(7, &prms); /* index of 4th ISP subvector */
495 ind[4] = Serial_parm(7, &prms); /* index of 5th ISP subvector */
496 ind[5] = Serial_parm(5, &prms); /* index of 6th ISP subvector */
497 ind[6] = Serial_parm(5, &prms); /* index of 7th ISP subvector */
499 Dpisf_2s_46b(ind, isf, st->past_isfq, st->isfold, st->isf_buf, bfi, 1);
503 ind[0] = Serial_parm(8, &prms)
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 78 int ret, i, ind, fp; local
89 ind = 0;
109 ind = read_size + left_over_size;
111 buf_size = ind - (dptr - data);
199 buf_size = ind - (dptr - data);
201 if (ind - (dptr - data) > 0)
202 memcpy(tmp, dptr, ind - (dptr - data));
203 left_over_size = ind - (dptr - data);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 285 for (int ind = 0; ind < cycleCounter; ind++) {
293 if (ind < cycleCounter - 1) {
1571 unsigned ind = 0; local
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 177 for (int ind = 0; ind < cycleCounter; ind++) {
185 if (ind < cycleCounter - 1) {
1038 unsigned ind = 0; local
1042 cycle_cmd[ind++] = *aSrc++;
1044 cycle_cmd[ind] = '\0';
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 232 // because it's useless for M-Notification.ind.
253 NotificationInd ind = (NotificationInd) PduPersister local
256 EncodedStringValue v = ind.getSubject();
260 v = ind.getFrom();
  /system/extras/ext4_utils/
indirect.c 315 u32 ind = 0; local
318 return ind;
323 ind += DIV_ROUND_UP(len, aux_info.blocks_per_ind);
326 return ind;
330 ind += DIV_ROUND_UP(len, aux_info.blocks_per_dind);
333 return ind;
337 ind += DIV_ROUND_UP(len, aux_info.blocks_per_tind);
340 return ind;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 246 int16_t ind, factor; local
306 for (ind = 0; ind < inst->enc_nrOfCoefs; ind++) {
  /external/chromium_org/tools/gn/
parse_tree.cc 60 std::string ind = IndentFor(indent + 1); local
64 out << ind << "+BEFORE_COMMENT(\"" << i->value() << "\")\n";
69 out << ind << "+SUFFIX_COMMENT(\"" << i->value() << "\")\n";
74 out << ind << "+AFTER_COMMENT(\"" << i->value() << "\")\n";
  /external/dnsmasq/src/
dhcp.c 24 int ind; member in struct:iface_param
240 parm.ind = iface_index;
397 if (if_index == param->ind && context->current == context)
  /external/iproute2/tc/
f_u32.c 1113 char ind[IFNAMSIZ + 1]; local
1114 memset(ind, 0, sizeof (ind));
1121 strncpy(ind, *argv, sizeof (ind) - 1);
1122 addattr_l(n, MAX_MSG, TCA_U32_INDEV, ind, strlen(ind) + 1);
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 274 Int ind = 0; local
289 buf[ind++] = '0';
293 0 == (ind-nc) % 3 && 0 != ind)
295 buf[ind++] = ',';
298 buf[ind++] = digits[p % base];
304 buf[ind++] = '-';
307 for(; ind < width; ind++) {
308 /* assert(ind < 39); *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 142 Word16 ind[NPMAXPT * NB_TRACK]; local
568 ix = ind[0] = pos_max[ipos[0]];
569 iy = ind[1] = pos_max[ipos[1]];
602 ix = ind[0] = pos_max[ipos[0]];
603 iy = ind[1] = pos_max[ipos[1]];
604 i = ind[2] = pos_max[ipos[2]];
605 j = ind[3] = pos_max[ipos[3]];
671 ind[j] = ix;
672 ind[j + 1] = iy;
700 codvec[i] = ind[i]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
daogetrw.h 37 LONG ind; member in union:__anon28671::__anon28672
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 2658 ANTLR3_UINT32 ind; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 1079 struct tgsi_src_register *ind; local
1083 ind = (struct tgsi_src_register *) &tokens[size];
1086 *ind = tgsi_build_src_register(
1118 struct tgsi_src_register *ind; local
1122 ind = (struct tgsi_src_register *) &tokens[size];
1125 *ind = tgsi_build_src_register(
1166 struct tgsi_src_register *ind; local
1170 ind = (struct tgsi_src_register *) &tokens[size];
1173 *ind = tgsi_build_src_register(
1205 struct tgsi_src_register *ind; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 304 unsigned ind; member in struct:arena_s
455 bool arena_new(arena_t *arena, unsigned ind);
    [all...]
  /external/libselinux/src/
label_file.c 69 const char *ind; local
74 for (ind = buf; ind < tmp; ind++) {
75 if (strchr(".^$?*+|[({", (int)*ind))
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 1079 struct tgsi_src_register *ind; local
1083 ind = (struct tgsi_src_register *) &tokens[size];
1086 *ind = tgsi_build_src_register(
1118 struct tgsi_src_register *ind; local
1122 ind = (struct tgsi_src_register *) &tokens[size];
1125 *ind = tgsi_build_src_register(
1166 struct tgsi_src_register *ind; local
1170 ind = (struct tgsi_src_register *) &tokens[size];
1173 *ind = tgsi_build_src_register(
1205 struct tgsi_src_register *ind; local
    [all...]
  /external/qemu/distrib/libselinux/src/
label_file.c 68 const char *ind; local
73 for (ind = buf; ind < tmp; ind++) {
74 if (strchr(".^$?*+|[({", (int)*ind))
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 47 * 3GPP TS 33.102 Annex C.3.2. The length of IND is 5 bits by default, but this
750 u64 val, seq, ind; local
753 * SQN = SEQ | IND = SEQ1 | SEQ2 | IND
756 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length
760 /* Increment both SEQ and IND by one */
763 ind = (val + 1) & ((1 << ind_len) - 1);
764 val = (seq << ind_len) | ind;
1013 " [-D<DB file>] [-i<IND len in bits>] [command]\n
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hf_client_api.h 237 tBTA_HF_CLIENT_IND ind; member in union:__anon5439
  /external/chromium_org/third_party/speex/libspeex/
resample.c 241 int ind; local
243 ind = (int)floor(y);
244 frac = (y-ind);
254 return interp[0]*func->table[ind] + interp[1]*func->table[ind+1] + interp[2]*func->table[ind+2] + interp[3]*func->table[ind+3];
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 47 int i, j, k, ind; local
79 do /* while (ind) */
84 ind = 0;
97 ind = 1;
153 while( ind );
    [all...]
  /external/openfst/src/include/fst/
determinize.h 564 Weight ind = element.state_id < in_dist_->size() ? local
566 outd = Plus(outd, Times(element.weight, ind));
    [all...]
  /external/speex/libspeex/
preprocess.c 298 int ind; local
305 ind = SHR32(xx,10);
306 if (ind<0)
308 if (ind>19)
310 frac = SHL32(xx-SHL32(ind,10),5);
311 return SHL32(DIV32_16(PSHR32(MULT16_16(Q15_ONE-frac,table[ind]) + MULT16_16(frac,table[ind+1]),7),(spx_sqrt(SHL32(xx,15)+6711))),7);
357 int ind; local
366 ind = (int)integer;
367 if (ind<0
    [all...]

Completed in 799 milliseconds

1 23 4 5 6