Home
last modified time | relevance | path

Searched defs:low (Results 51 – 75 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A DUTF-8%zh_TW-big5p.c378 int low, high, mid; in binsearch() local
H A Dzh_TW-big5%zh_TW-euc.c346 int low, high, mid; in binsearch() local
H A Dzh_CN.gbk%zh_TW-big5.c249 int low, high, mid; in binsearch() local
H A Dzh_CN.gbk%zh_TW-big5p.c231 int low, high, mid; in binsearch() local
H A Dzh_TW-iso2022-7%UTF-8.c438 int low, high, mid; in binsearch() local
H A Dzh_TW-iso2022-7%zh_TW-big5.c405 int low, high, mid; in binsearch() local
H A DUTF-8%zh_HK.hkscs.c456 int low, high, mid; in binsearch() local
H A DUTF-8%zh_TW-big5.c475 int low, high, mid; in binsearch() local
H A Dzh_CN.gbk%UTF-8.c334 int low, high, mid; in binsearch() local
H A Dzh_CN.gbk%zh_HK.hkscs.c277 int low, high, mid; in binsearch() local
H A Dzh_TW-big5%zh_TW-iso2022-7.c406 int low, high, mid; in binsearch() local
H A Dzh_TW-euc%UTF-8.c514 int low, high, mid; in binsearch() local
H A DUTF-8%zh_TW-euc.c532 int low, high, mid; in binsearch() local
H A Dzh_HK.hkscs%UTF-8.c438 int low, high, mid; in binsearch() local
H A Dzh_TW-big5%UTF-8.c428 int low, high, mid; in binsearch() local
H A DUTF-8%zh_CN.iso2022-CN.c551 int i, low, high; in binary_search() local
H A DUTF-8%zh_TW-iso2022-7.c501 int low, high, mid; in binsearch() local
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h341 uint32_t low; in rdmsr32() local
451 u_int low, high; in rxcr() local
460 u_int low, high; in load_xcr() local
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_impl.h48 #define BITS(val, high, low) \ argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c38 struct DWstruct {Wtype low, high;}; member
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogLinearDistribution.java125 long low, high, nsteps, factor; in fillRangeCache() local
/illumos-gate/usr/src/head/
H A Dregexp.h67 static int low; variable
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c106 int low = 0, mid, high = listsize - 2; in findcapname() local
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h100 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument
101 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument
102 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument
103 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument
105 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument
106 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument
108 #define BF32_SET(x, low, len, val) \ argument
110 #define BF64_SET(x, low, len, val) \ argument
113 #define BF32_GET_SB(x, low, len, shift, bias) \ argument
115 #define BF64_GET_SB(x, low, len, shift, bias) \ argument
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c488 int cond, low, mid, high; in binsearch() local

1234567