Searched defs:high (Results 201 - 225 of 507) sorted by relevance

1234567891011>>

/external/selinux/libsemanage/src/
H A Dport_record.c53 int low, int high, int proto,
57 return sepol_port_key_create(handle->sepolh, low, high, proto, key_ptr);
128 void semanage_port_set_range(semanage_port_t * port, int low, int high)
131 sepol_port_set_range(port, low, high);
52 semanage_port_key_create(semanage_handle_t * handle, int low, int high, int proto, semanage_port_key_t ** key_ptr) argument
/external/valgrind/memcheck/tests/s390x/
H A Dcds.c5 uint64_t high; member in struct:__anon25229
35 val.high = 0;
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
58 op1.high = op1.low = 42;
60 op3.high = op3.low = 0xdeadbeefdeadbabeull;
69 op1.high = op1.low = 42;
H A Dcdsg.c5 uint64_t high; member in struct:__anon25230
37 op2.high = op2.low = 42;
38 op3.high = op3.low = 0xdeadbeefdeadbabeull;
46 op1.high = op1.low = 42;
48 op3.high = op3.low = 0xdeadbeefdeadbabeull;
56 op1.high = op1.low = 42;
/external/valgrind/none/tests/s390x/
H A Dcdsg.c5 uint64_t high; member in struct:__anon25400
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) {
62 if (_op1.low != op1_before.low || _op1.high !
[all...]
/external/webrtc/webrtc/base/
H A Drandom.cc36 uint32_t Random::Rand(uint32_t low, uint32_t high) { argument
37 RTC_DCHECK(low <= high);
38 return Rand(high - low) + low;
41 int32_t Random::Rand(int32_t low, int32_t high) { argument
42 RTC_DCHECK(low <= high);
45 // high - low might be negative as an int, it is the correct difference
47 return Rand(high - low) + low;
/external/ImageMagick/coders/
H A Dcaption.c209 high,
239 high=draw_info->pointsize;
240 for (low=1.0; (high-low) > 0.5; )
242 draw_info->pointsize=(low+high)/2.0;
260 high=draw_info->pointsize-0.5;
267 high=draw_info->pointsize-0.5;
269 draw_info->pointsize=(low+high)/2.0-0.5;
207 high, local
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c79 blkid_loff_t high, low; local
180 for (high = 1024; valid_offset(fd, high); high *= 2)
181 low = high;
182 while (low < high - 1) {
183 const blkid_loff_t mid = (low + high) / 2;
188 high = mid;
/external/elfutils/libdw/
H A Ddwarf_entry_breakpoints.c66 search_range (Dwarf_Addr low, Dwarf_Addr high, argument
90 for (size_t i = l; i < u && lines->info[i].addr < high; ++i)
95 while (++l < nlines && lines->info[l].addr < high)
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp126 UChar high = charArray[scriptEnd]; local
127 UChar32 ch = high;
129 // if the character is a high surrogate and it's not the last one
131 if (high >= 0xD800 && high <= 0xDBFF && scriptEnd < charLimit - 1)
138 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
192 // end it before the high surrogate
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h93 UDate low, high; local
97 high = cal->getTime(*status);
/external/ltp/utils/ffsb-6.0-rc2/
H A Drand.c167 uint64_t high = 0; local
177 high = genrand32(state);
181 result = high << 32;
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanTable.cpp60 const int high = static_cast<int>(HTHIGH); local
61 if (low > high)
77 } while (cur_low.ValueOrDie() < high);
90 RANGELOW[NTEMP] = high;
/external/r8/src/main/java/com/android/tools/r8/code/
H A DCheckCast.java17 CheckCast(int high, BytecodeStream stream, OffsetToObjectMapping mapping) { argument
18 super(high, stream, mapping.getTypeMap());
H A DConst.java18 Const(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConst16.java18 /*package*/ Const16(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConst4.java18 Const4(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConstClass.java17 ConstClass(int high, BytecodeStream stream, OffsetToObjectMapping mapping) { argument
18 super(high, stream, mapping.getTypeMap());
H A DConstHigh16.java18 /*package*/ ConstHigh16(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConstString.java20 ConstString(int high, BytecodeStream stream, OffsetToObjectMapping mapping) { argument
21 super(high, stream, mapping.getStringMap());
H A DConstStringJumbo.java17 ConstStringJumbo(int high, BytecodeStream stream, OffsetToObjectMapping mapping) { argument
18 super(high, stream, mapping.getStringMap());
H A DConstWide.java18 ConstWide(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConstWide16.java18 ConstWide16(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConstWide32.java18 ConstWide32(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DConstWideHigh16.java18 ConstWideHigh16(int high, BytecodeStream stream) { argument
19 super(high, stream);
H A DFillArrayDataPayload.java19 FillArrayDataPayload(int high, BytecodeStream stream) { argument
20 super(high, stream);

Completed in 1309 milliseconds

1234567891011>>