HomeSort by relevance Sort by last modified time
    Searched refs:hi (Results 226 - 250 of 722) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ImageSSE2.cpp 86 __m128i hi = _mm_unpackhi_epi16(zeroWide, sourceData); local
89 _mm_store_si128(reinterpret_cast<__m128i*>(&dest[x + 4]), hi); local
  /external/chromium_org/third_party/re2/re2/
make_unicode_casefold.py 134 for lo, hi, delta in foldranges:
135 print "\t{ %d, %d, %s }," % (lo, hi, delta)
parse.cc 249 if (f[m].lo <= r && r <= f[m].hi)
313 // Add lo-hi to the class, along with their fold-equivalent characters.
314 // If lo-hi is already in the class, assume that the fold-equivalent
316 static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) {
326 if (!cc->AddRange(lo, hi)) // lo-hi was already there? we're done
329 while (lo <= hi) {
338 // Add in the result of folding the range lo - f->hi
341 Rune hi1 = min<Rune>(hi, f->hi);
2091 int lo, hi; local
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
dump.cc 139 if (rr.lo == rr.hi)
142 s->append(StringPrintf("%#x-%#x", rr.lo, rr.hi));
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 36 MD5_u32plus lo, hi; member in struct:__tsan::__anon20055
151 ctx->hi = 0;
160 ctx->hi++;
161 ctx->hi += size >> 29;
210 ctx->buffer[60] = ctx->hi;
211 ctx->buffer[61] = ctx->hi >> 8;
212 ctx->buffer[62] = ctx->hi >> 16;
213 ctx->buffer[63] = ctx->hi >> 24;
  /external/qemu/telephony/
gsm.c 130 int hi = gsm_hexchar_to_int(hex[0]); local
133 if (hi < 0 || lo < 0)
136 return ( (hi << 4) | lo );
142 int hi = gsm_hex2_to_byte(hex); local
145 if (hi < 0 || lo < 0)
148 return ((hi << 8) | lo);
154 int hi = gsm_hexchar_to_int0(hex[0]); local
157 return (byte_t)( (hi << 4) | lo );
  /external/regex-re2/re2/
make_unicode_casefold.py 134 for lo, hi, delta in foldranges:
135 print "\t{ %d, %d, %s }," % (lo, hi, delta)
parse.cc 249 if (f[m].lo <= r && r <= f[m].hi)
313 // Add lo-hi to the class, along with their fold-equivalent characters.
314 // If lo-hi is already in the class, assume that the fold-equivalent
316 static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) {
326 if (!cc->AddRange(lo, hi)) // lo-hi was already there? we're done
329 while (lo <= hi) {
338 // Add in the result of folding the range lo - f->hi
341 Rune hi1 = min<Rune>(hi, f->hi);
2091 int lo, hi; local
    [all...]
  /external/regex-re2/re2/testing/
dump.cc 139 if (rr.lo == rr.hi)
142 s->append(StringPrintf("%#x-%#x", rr.lo, rr.hi));
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 1142 int hi = hi0; local
    [all...]
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 437 for (BalsaHeaders::const_header_lines_iterator hi =
439 hi != headers.header_lines_end();
440 ++hi) {
443 if (!hi->first.length() || !hi->second.length())
446 SpdyHeaderBlock::iterator fhi = dest.find(hi->first.as_string());
448 dest[hi->first.as_string()] = hi->second.as_string();
450 dest[hi->first.as_string()] = (
452 std::string(hi->second.data(), hi->second.size()))
    [all...]
  /external/netcat/
netcat.c 861 int hi, lo, cp; local
873 hi = atoi(n);
875 hi = strtonum(n, 1, PORT_MAX, &errstr);
887 if (lo > hi) {
888 cp = hi;
889 hi = lo;
894 for (cp = lo; cp <= hi; cp++) {
907 for (x = 0; x <= (hi - lo); x++) {
908 y = (arc4random() & 0xFFFF) % (hi - lo);
916 hi = atoi(p)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 114 asm("smull %[lo], %[hi], %[x], %[y] \n"
116 "adc %[lo], %[lo], %[hi], lsl %[lshift] \n"
117 : [lo]"=r"(result), [hi]"=r"(t), [x]"=r"(x)
122 asm("smull %[lo], %[hi], %[x], %[y] \n"
124 "adc %[lo], %[lo], %[hi], lsl %[lshift] \n"
125 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x)
137 asm("smull %[lo], %[hi], %[x], %[y] \n"
139 "add %[lo], %[lo], %[hi], lsl %[lshift] \n"
140 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x)
144 asm("smull %[lo], %[hi], %[x], %[y] \n
182 int32_t hi; member in struct:__anon63526::__anon63527
442 int32_t hi; member in struct:__anon63528::__anon63529
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_trunk_fs.py 149 'test.html': '<h1>hi</h1>you<h2>first</h2><h3>inner</h3><h2>second</h2>'
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
ext_lang_enc.cc 519 int hi = ULScript_NUM_SCRIPTS; local
520 while (lo < hi) {
521 int mid = (lo + hi) >> 1;
523 hi = mid;
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 72 int hi=1; local
78 if( hi ){
80 hi = 0;
83 hi = 1;
  /external/chromium_org/v8/test/webkit/
dfg-getter-throw.js 46 throw "Oh hi, I'm an exception!";
48 shouldBe("bar(o)", i < 100 ? "\"Returned result: " + i + "\"" : "\"Threw exception: Oh hi, I'm an exception!\"");
  /external/kernel-headers/original/asm-mips/
ptrace.h 22 #define DSP_BASE 71 /* 3 more hi / lo register pairs */
41 unsigned long hi; member in struct:pt_regs
  /external/llvm/utils/vim/
tablegen.vim 36 command -nargs=+ HiLink hi link <args>
38 command -nargs=+ HiLink hi def link <args>
  /external/oprofile/libpp/
format_output.h 251 symbol_entry const * symb, size_t lo, size_t hi,
256 size_t & detail_index, size_t const lo, size_t const hi);
309 symbol_entry const * symb, size_t lo, size_t hi, bool is_module);
318 size_t lo, size_t hi, bool is_module, tag_t tag);
symbol.h 142 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi);
xml_utils.cpp 415 { lo = hi = 0; name = ""; begin = end = (sym_iterator)0;}
421 void set_hi(size_t h) { hi = h; }
441 size_t hi; member in class:module_info
483 process_info * add_process(string const & pid, size_t lo, size_t hi);
536 hi = h;
542 for (size_t pclass = lo ; pclass <= hi; ++pclass)
569 cverb << vxml << " module:class(" << lo << "," << hi << ")="; local
587 for (size_t p = lo; p <= hi; ++p)
598 xml_out->output_symbol(out, *it, lo, hi, is_module);
697 process_root_info::add_process(string const & pid, size_t lo, size_t hi)
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.h 48 Addr lo, Addr hi, Seg* seglo, Seg* seghi );
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 115 void int32_to_dpf(int32 L_32, int16 *hi, int16 *lo);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 110 const char *hi; member in struct:asm_int_op

Completed in 1800 milliseconds

1 2 3 4 5 6 7 8 91011>>