/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.c | 212 int k, n, j, pos1, pos2; local 259 pos2 = k * UPDATE/2; 261 maskdata->DataBufferLo[pos1] = inLo[QLOOKAHEAD + pos2]; 262 maskdata->DataBufferHi[pos1] = inHi[pos2++]; 393 int frameCntr, activeFrameCntr, n, pos1, pos2; local 428 pos2 = frameCntr * UPDATE/2; 429 for(n = 0; n < UPDATE/2; n++, pos1++, pos2++) 431 maskdata->DataBufferLo[pos1] = inSignal[pos2];
|
/external/wpa_supplicant_8/src/eap_server/ |
tncs.c | 736 char *pos, *pos2; local 744 pos2 = os_strstr(pos, "</Base64>"); 745 if (pos2 == NULL) 747 *pos2 = '\0'; 751 *pos2 = '<'; 849 char *buf, *start, *end, *pos, *pos2, *payload; local 984 pos2 = os_strstr(pos, "</XML>"); 985 if (pos2 == NULL) { 990 xmlend = pos2; 1033 char *pos, *pos2; local [all...] |
/external/oprofile/daemon/ |
opd_anon.c | 51 struct list_head * pos2; local 54 list_for_each_safe(pos, pos2, &lru) { 83 struct list_head * pos2; local 88 list_for_each_safe(pos, pos2, &hashes[hash]) {
|
opd_kernel.c | 115 struct list_head * pos2; local 118 list_for_each_safe(pos, pos2, &modules) {
|
opd_sfile.c | 534 struct list_head * pos2; local 535 list_for_each_safe(pos, pos2, &sf->cg_hash[i]) { 556 struct list_head * pos2; local 558 list_for_each_safe(pos, pos2, &lru_list) { 605 struct list_head * pos2; local 611 list_for_each_safe(pos, pos2, &lru_list) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 154 char buf[2000], *pos, *pos2; local 171 pos2 = os_strchr(pos, '='); 172 if (pos2 == NULL) { 179 *pos2++ = '\0'; 180 if (*pos2 == '"') { 181 if (os_strchr(pos2 + 1, '"') == NULL) { 183 "quotation '%s'.", *line, pos2); 189 if (wpa_config_set(ssid, pos, pos2, *line) < 0) 214 char buf[256], *pos, *pos2; local 228 pos2 = os_strchr(pos, '=') [all...] |
ctrl_iface.c | 941 char *pos, *pos2; local 956 pos2 = os_strchr(pos, ' '); 957 if (pos2) 958 *pos2++ = '\0'; 962 os_strcmp(pos, "WPS-CR") == 0, pos2); 1030 char *pos, *role, *type, *pos2; local 1044 pos2 = os_strchr(pos, ' '); 1045 if (pos2 == NULL) 1047 *pos2++ = '\0'; 1062 len = os_strlen(pos2); 3603 char *pos, *pos2; local 3836 char *pos, *pos2; local 4279 const char *pos, *pos2, *pos3; local 4527 char *pos, *pos2; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
c2t64fx.c | 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local 166 pos2 = MSIZE - 2; 172 p0 = &rrixiy[pos2]; 197 pos2--;
|
/external/oprofile/opjitconv/ |
opjitconv.c | 106 struct list_head * pos1, * pos2; local 107 list_for_each_safe(pos1, pos2, list) { 441 struct list_head * pos1, * pos2; local 442 list_for_each_safe(pos1, pos2, anon_dirs) { 483 struct list_head * pos1, * pos2; local 555 list_for_each_safe(pos1, pos2, &jd_fnames) {
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 59 float[] pos2 = { 1f, 2f }; local 61 assertFalse(mPathMeasure.getPosTan(distance, pos2, tan2));
|
/external/oprofile/daemon/liblegacy/ |
opd_image.c | 82 struct list_head * pos2; local 86 list_for_each_safe(pos, pos2, &opd_images[i]) {
|
opd_sample_files.c | 39 struct list_head * pos2; local 48 list_for_each_safe(pos, pos2, &lru_list) {
|
/external/oprofile/libop/ |
op_alloc_counter.c | 89 struct list_head * pos, * pos2; local 90 list_for_each_safe(pos, pos2, &ctr_arc[i].next) {
|
/external/v8/src/ |
liveedit.h | 163 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
|
liveedit.cc | 93 int pos2 = 0; local 96 if (pos2 < len2_) { 97 Direction dir = get_direction(pos1, pos2); 102 pos2++; 111 pos2++; 121 if (len2_ != pos2) { 122 writer.skip2(len2_ - pos2); 147 int CompareUpToTail(int pos1, int pos2) { 149 if (pos2 < len2_) { 150 int cached_res = get_value4(pos1, pos2); [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialController.java | 326 // Swaps the items in pos1 and pos2 of mEntries 327 private void swap(int pos1, int pos2) { 328 if (pos1 == pos2) { 332 mEntries.set(pos1, mEntries.get(pos2)); 333 mEntries.set(pos2, temp);
|
/packages/apps/Nfc/nci/jni/ |
RouteDataSet.cpp | 47 std::string::size_type pos2 = aid.find_first_of (delimiter); local 54 if (pos2 == std::string::npos) 63 sscanf (aid.substr(pos1, pos2-pos1+1).c_str(), "%x", &num); 66 pos1 = pos2 + 1; 67 pos2 = aid.find_first_of (delimiter, pos1);
|
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 33 char buf[128], *pos, *pos2; local 75 pos2 = pos; 76 while (*pos2 != ' ' && *pos2 != '\t' && *pos2 != '\0') 77 pos2++; 78 *pos2 = '\0'; 196 char buf[512], *pos, *start, *pos2; local 393 pos2 = pos; 394 while (*pos2 != '\0' && *pos2 != ' ' & [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 260 char buf[2048], *pos, *pos2; local 408 pos2 = strchr(pos, '\n'); 409 if (pos2) 410 *pos2 = '\0'; 413 if (pos2) 414 pos = pos2 + 1; 831 char *pos = msg, *pos2; local 856 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); 857 if (pos2) 858 pos2++ [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 1194 int32_t i, pos1, pos2, middle, length; local [all...] |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 85 int pos1, pos2; 86 if ( (pos1=$ACTION.text.indexOf("package"))!=-1 && (pos2=$ACTION.text.indexOf(';'))!=-1 ) { 87 grammarInfo.setGrammarPackage($ACTION.text.substring(pos1+8, pos2).trim()); // substring the package path
|
/external/webp/src/enc/ |
syntax.c | 303 uint64_t pos1, pos2, pos3; local 325 pos2 = VP8BitWriterPos(bw); 338 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); 339 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
Tracer.java | 575 int pos2 = (pos & ~3) + 8; local 576 int low = ByteArray.read32bit(code, pos2); 577 int high = ByteArray.read32bit(code, pos2 + 4); 579 visitTableSwitch(pos, code, n, pos2 + 8, ByteArray.read32bit(code, pos2 - 4)); 583 int pos2 = (pos & ~3) + 8; local 584 int n = ByteArray.read32bit(code, pos2); 585 visitLookupSwitch(pos, code, n, pos2 + 4, ByteArray.read32bit(code, pos2 - 4));
|
/external/icu4c/test/intltest/ |
sdtfmtts.cpp | 145 FieldPosition pos1(0), pos2(0); 151 res2 = cust1.format(fD, res2, pos2, status);
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
Material.java | 688 Vector3f pos2 = sl.getPosition(); local 693 lightPos.setVector4InArray(pos2.getX(), pos2.getY(), pos2.getZ(), invRange, lightIndex); 777 Vector3f pos2 = sl.getPosition(); local 782 tmpLightPosition.set(pos2.getX(), pos2.getY(), pos2.getZ(), invRange); [all...] |