Searched defs:middle (Results 26 - 50 of 53) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c555 int start, end, middle, res; local
561 middle = (start + end) / 2;
562 res = os_memcmp(list[middle].addr, addr, ETH_ALEN);
565 *vlan_id = list[middle].vlan_id;
569 start = middle + 1;
571 end = middle - 1;
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c555 int start, end, middle, res; local
561 middle = (start + end) / 2;
562 res = os_memcmp(list[middle].addr, addr, ETH_ALEN);
565 *vlan_id = list[middle].vlan_id;
569 start = middle + 1;
571 end = middle - 1;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c555 int start, end, middle, res; local
561 middle = (start + end) / 2;
562 res = os_memcmp(list[middle].addr, addr, ETH_ALEN);
565 *vlan_id = list[middle].vlan_id;
569 start = middle + 1;
571 end = middle - 1;
/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc564 // entry to be invalid, simulating a crash in the middle.
1045 // Let's go to the middle of the list.
1096 Time middle = Time::Now(); local
1110 EXPECT_EQ(net::OK, DoomEntriesSince(middle));
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc167 uint32 bound(uint32 lower, uint32 middle, uint32 upper) { argument
168 return talk_base::_min(talk_base::_max(lower, middle), upper);
/external/harfbuzz/src/
H A Dharfbuzz-open.c816 HB_UShort min, max, new_min, new_max, middle; local
837 middle = max - ( ( max - min ) >> 1 );
839 if ( glyphID == array[middle] )
841 *index = middle;
844 else if ( glyphID < array[middle] )
846 if ( middle == min )
848 new_max = middle - 1;
852 if ( middle == max )
854 new_min = middle + 1;
866 HB_UShort min, max, new_min, new_max, middle; local
1197 HB_UShort min, max, new_min, new_max, middle; local
[all...]
/external/icu4c/test/intltest/
H A Dtztest.cpp450 int32_t middle = s_length/2; local
453 if (i==0 || i==middle || i==(s_length-1)) {
/external/libxml2/
H A DparserInternals.c737 * splitting a character in the middle. In that case do not raise
850 * splitting a character in the middle. In that case do not raise
1973 unsigned long upper, lower, middle; local
1982 middle = 0;
1984 middle = lower + (upper - lower) / 2;
1985 if (node == seq->buffer[middle - 1].node)
1987 else if (node < seq->buffer[middle - 1].node)
1988 upper = middle - 1;
1990 lower = middle + 1;
1994 if (middle
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.cpp418 unsigned middle = length / 2; local
419 for (unsigned k = 0; k < middle; k++) {
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp1163 INT middle, b_new, numBordFollow, bordMaxFollow, i; local
1177 middle = bmin - bordMaxFollow;
1178 while (middle < 0) {
1181 middle = bmin - bordMaxFollow;
1191 if (middle <= dmax) {
1192 if (middle >= dmin) { /* concatenate */
1235 else { /* middle > dmax */
1238 middle);
1266 middle = bmin - bordMaxFollow;
1269 i) middle <
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager_unittest.cc267 const char* middle,
314 "Middle Name", "middlename", middle, "text", &field);
1713 // Fill the second section, with the initiating field somewhere in the middle
263 ExpectFilledForm(int page_id, const FormData& filled_form, int expected_page_id, const char* first, const char* middle, const char* last, const char* address1, const char* address2, const char* city, const char* state, const char* postal_code, const char* country, const char* phone, const char* fax, const char* email, const char* name_on_card, const char* card_number, const char* expiration_month, const char* expiration_year, bool has_address_fields, bool has_credit_card_fields, bool use_month_type) argument
/external/icu4c/test/cintltst/
H A Dcustrtst.c1194 int32_t i, pos1, pos2, middle, length; local
1205 /* set into the middle */
1206 middle=length/2;
1208 pos1=iter1->move(iter1, middle, UITER_ZERO);
1209 if(pos1!=middle) {
1210 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
1214 pos2=iter2->move(iter2, middle, UITER_ZERO);
1215 if(pos2!=middle) {
1363 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) argument
1544 compareIterNoIndexes(UCharIterator *iter1, const char *n1, UCharIterator *iter2, const char *n2, int32_t middle) argument
1700 testUNormIteratorWithText(const UChar *text, int32_t textLength, int32_t middle, const char *name1, const char *n2) argument
1763 int32_t i, middle, length; local
[all...]
H A Dccapitst.c3270 * middle will be pending, and tail will not have been consumed.
3279 static const UChar middle[] = {0xD940,0x0000}; /* first half of \U00060006 or \U00060007 */ local
3297 source = middle;
3298 sourceLimit = source + u_strlen(middle);
3306 log_err("ucnv_fromUInputHeld did not return correct length for middle\n");
3316 /* middle[1] is pending, tail has not been consumed */
/external/icu4c/tools/toolutil/
H A Dpackage.cpp920 const char *name, *middle, *treeSep; local
939 middle=name+findPrefixLength;
948 treeSep=strchr(middle, U_TREE_ENTRY_SEP_CHAR);
949 if(treeSep!=NULL && (treeSep-middle)<middleLength) {
950 // the middle (matching the * wildcard) contains a tree separator /
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc73 // difference is that they accept middle clicks.
573 bool left, bool middle, bool right) {
577 if (middle)
572 SetButtonClickableByMouseButtons(GtkWidget* button, bool left, bool middle, bool right) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc829 std::string middle; local
832 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
834 middle = nonce;
840 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2);
/external/freetype/src/base/
H A Dftstroke.c1117 FT_Vector middle, delta; local
1121 /* compute middle point */
1122 FT_Vector_From_Polar( &middle,
1125 middle.x += stroker->center.x;
1126 middle.y += stroker->center.y;
1134 delta.x += middle.x;
1135 delta.y += middle.y;
1143 delta.x += middle.x;
1144 delta.y += middle.y;
2111 /* start at their middle */
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c1519 /* start at their middle and record its position */
1780 TPos bottom, top, middle; local
1834 middle = bottom + ( ( top - bottom ) >> 1 );
1838 if ( middle == bottom )
1850 band[1].max = middle;
1851 band[0].min = middle;
/external/icu4c/common/
H A Dtriedict.cpp508 // go on to the next node. Note that a word cannot end in the middle
517 int middle; local
520 middle = (high+low)/2;
521 if (uc == hnode->entries[middle].ch) {
523 node = getCompactNode(fData, hnode->entries[middle].equal);
529 else if (uc < hnode->entries[middle].ch) {
530 high = middle-1;
533 low = middle+1;
1193 int middle = (low+high)/2; local
1194 TernaryNode *result = new TernaryNode(array[middle]
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc1734 Local<v8::Object> middle = templ->GetFunction()->NewInstance(); local
1736 bottom->Set(v8_str("__proto__"), middle);
1737 middle->Set(v8_str("__proto__"), top);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 478 milliseconds

123