Searched refs:xf (Results 26 - 50 of 515) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Davr-dis.c58 insn = (insn & 0xf) | ((insn & 0x0200) >> 5); /* Source register. */
67 sprintf (buf, "r%d", 16 + (insn & 0xf));
85 sprintf (buf, "r%d", (insn & 0xf) * 2);
176 sprintf (buf, "0x%02X", ((insn & 0xf00) >> 4) | (insn & 0xf));
177 sprintf (comment, "%d", ((insn & 0xf00) >> 4) | (insn & 0xf));
190 x = (insn & 0xf) | ((insn >> 2) & 0x30);
208 x = (insn & 0xf);
H A Dcris-opc.c931 0x0AC0+(0xf-CC_A)*0x1000, "r", 0, SIZE_NONE, 0,
936 0x0AC0+(0xf-CC_EXT)*0x1000, "r", 0, SIZE_NONE,
942 0x0AC0+(0xf-CC_CC)*0x1000, "r", 0, SIZE_NONE, 0,
947 0x0AC0+(0xf-CC_CS)*0x1000, "r", 0, SIZE_NONE, 0,
952 0x0AC0+(0xf-CC_EQ)*0x1000, "r", 0, SIZE_NONE, 0,
966 0x0AC0+(0xf-CC_EXT)*0x1000, "r", 0, SIZE_NONE,
972 0x0AC0+(0xf-CC_EXT)*0x1000, "r", 0, SIZE_NONE,
978 0x0AC0+(0xf-CC_GE)*0x1000, "r", 0, SIZE_NONE, 0,
983 0x0AC0+(0xf-CC_GT)*0x1000, "r", 0, SIZE_NONE, 0,
988 0x0AC0+(0xf
[all...]
/macosx-10.10.1/NFS-82/nfsd/
H A Dmountd.c814 struct expfs *xf; local
890 xf = ex_search(uuid);
891 if (xf && expdir_search(xf, dirpath, sa, &options, &secflavs)) {
1061 struct expfs *xf; local
1065 TAILQ_FOREACH(xf, &xfshead, xf_next) {
1066 TAILQ_FOREACH(xd, &xf->xf_dirl, xd_next) {
1987 struct expfs *xf, *xf2, *xf3; local
2012 TAILQ_FOREACH(xf, &xfshead, xf_next) {
2013 TAILQ_FOREACH(xd, &xf
2891 struct expfs *xf; local
3310 export_error_cleanup(struct expfs *xf) argument
3322 struct expfs *xf; local
3890 expdir_search(struct expfs *xf, char *dirpath, struct sockaddr *sa, int *options, struct nfs_sec *secflavs) argument
4258 free_expfs(struct expfs *xf) argument
4315 do_export( int expcmd, struct expfs *xf, struct expdir *xd, struct grouplist *grplist, int exflags, struct xucred *cr, struct nfs_sec *secflavs) argument
5132 dump_expdir(struct expfs *xf, struct expdir *xd, int mdir) argument
5222 struct expfs *xf; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrtoip6.c123 *b++ = ((a >> 8) & 0xf) * 100 + ((a >> 4) & 0xf) * 10 + (a & 0xf);
H A Dfmtip6.c158 if ((k = (a[i] >> 4) & 0xf) || z)
163 if ((k = a[i] & 0xf) || z)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutrie2_impl.h83 UTRIE2_OPTIONS_VALUE_BITS_MASK=0xf
H A Ducnvmbcs.h290 #define MBCS_ENTRY_FINAL_ACTION(entry) ((((uint32_t)entry)>>20)&0xf)
297 #define MBCS_SINGLE_RESULT_FROM_U(table, results, c) (results)[ (table)[ (table)[(c)>>10] +(((c)>>4)&0x3f) ] +((c)&0xf) ]
307 #define MBCS_FROM_U_IS_ROUNDTRIP(stage2Entry, c) ( ((stage2Entry) & ((uint32_t)1<< (16+((c)&0xf)) )) !=0)
309 #define MBCS_VALUE_2_FROM_STAGE_2(bytes, stage2Entry, c) ((uint16_t *)(bytes))[16*(uint32_t)(uint16_t)(stage2Entry)+((c)&0xf)]
310 #define MBCS_VALUE_4_FROM_STAGE_2(bytes, stage2Entry, c) ((uint32_t *)(bytes))[16*(uint32_t)(uint16_t)(stage2Entry)+((c)&0xf)]
312 #define MBCS_POINTER_3_FROM_STAGE_2(bytes, stage2Entry, c) ((bytes)+(16*(uint32_t)(uint16_t)(stage2Entry)+((c)&0xf))*3)
/macosx-10.10.1/Libc-1044.1.2/x86_64/string/
H A Dstrlen.s80 and $0xf, %rcx
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Davr.h27 #define EF_AVR_MACH 0xf
/macosx-10.10.1/ntp-92/include/
H A Dntp_control.h84 #define CTL_SYS_NEVNT(status) (((status)>>4) & 0xf)
85 #define CTL_SYS_EVENT(status) ((status) & 0xf)
113 #define CTL_PEER_NEVNT(status) (((status)>>4) & 0xf)
114 #define CTL_PEER_EVENT(status) ((status) & 0xf)
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dthread_stack_pcs.c42 #define ISALIGNED(a) ((((uintptr_t)(a)) & 0xf) == 0)
46 #define ISALIGNED(a) ((((uintptr_t)(a)) & 0xf) == 8)
/macosx-10.10.1/libclosure-65/objectTests/
H A Dlayout.m52 int process = (*layout) & 0xf;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDefaultPasses.h97 OptimizationLevelMask=0xf,
118 static unsigned OptimzationFlags(unsigned minLevel=0, unsigned maxLevel=0xf,
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.c324 *dst++ = tohexdigit(((unsigned int) c >> 16) & 0xf);
325 *dst++ = tohexdigit(((unsigned int) c >> 12) & 0xf);
326 *dst++ = tohexdigit(((unsigned int) c >> 8) & 0xf);
327 *dst++ = tohexdigit(((unsigned int) c >> 4) & 0xf);
328 *dst = tohexdigit(((unsigned int) c ) & 0xf);
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A D_hdtoa.c53 for (s = s0 + ndigits - 1; *s == 0xf; s--) {
177 * filled with the byte values 0x0 through 0xf, which are
178 * converted to xdigs[0x0] through xdigs[0xf] after the
184 *s = u.bits.manl & 0xf;
188 *s = u.bits.manh & 0xf;
274 * filled with the byte values 0x0 through 0xf, which are
275 * converted to xdigs[0x0] through xdigs[0xf] after the
281 *s = u.bits.manl & 0xf;
285 *s = u.bits.manh & 0xf;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dbfin.h103 #define DSP32Mac_mmod_mask 0xf
109 #define DSP32Mac_code_mask 0xf
229 #define DSP32Alu_code_mask 0xf
301 #define DSP32Shift_code2_mask 0xf
305 #define DSP32Shift_code_mask 0xf
371 #define DSP32ShiftImm_code2_mask 0xf
375 #define DSP32ShiftImm_code_mask 0xf
488 #define LDST_code_mask 0xf
531 #define LDSTii_offset_mask 0xf
572 #define LDSTiiFP_reg_mask 0xf
[all...]
/macosx-10.10.1/libedit-40/src/
H A Dchartype.c321 *dst++ = tohexdigit(((unsigned int) c >> 16) & 0xf);
322 *dst++ = tohexdigit(((unsigned int) c >> 12) & 0xf);
323 *dst++ = tohexdigit(((unsigned int) c >> 8) & 0xf);
324 *dst++ = tohexdigit(((unsigned int) c >> 4) & 0xf);
325 *dst = tohexdigit(((unsigned int) c ) & 0xf);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DHost.cpp116 Family = (EAX >> 8) & 0xf; // Bits 8 - 11
117 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
118 if (Family == 6 || Family == 0xf) {
119 if (Family == 0xf)
123 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
/macosx-10.10.1/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Ddtls_client.c62 if((i&0xf)==0) printf("%04lx :",i);
64 if((i&0xf)==0xf) printf("\n");
/macosx-10.10.1/screen-22/screen/
H A Dimage.h80 #define bcopy_mline(ml, xf, xt, n) do { \
81 bcopy((char *)(ml)->image + (xf), (char *)(ml)->image + (xt), (n)); \
82 bcopy((char *)(ml)->attr + (xf), (char *)(ml)->attr + (xt), (n)); \
83 IFFONT( bcopy((char *)(ml)->font + (xf), (char *)(ml)->font + (xt), (n)); ) \
84 IFCOLOR( bcopy((char *)(ml)->color + (xf), (char *)(ml)->color + (xt), (n)); ) \
85 IFCOLORX(bcopy((char *)(ml)->colorx + (xf), (char *)(ml)->colorx + (xt), (n));) \
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbUtil.java130 int val = (barr[i] >> 4) & 0xf;
136 val = barr[i] & 0xf;
/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dlinkaddr.c146 if (i > 0xf) {
147 out[1] = hexlist[i & 0xf];
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_etag.c40 ((u >> shift) & (apr_uint64_t)0xf);
50 *next++ = HEX_DIGITS[u & (apr_uint64_t)0xf];
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dloc_29.c586 if ((c&0xf) > 9 || ((c>>4)&0xf) > 9 || ((c>>4)&0xf) == 0)
594 if ((c&0xf) > 9 || ((c>>4)&0xf) > 9 || ((c>>4)&0xf) == 0)
602 if ((c&0xf) > 9 || ((c>>4)&0xf) > 9 || ((c>>4)&0xf) == 0)
677 if ((c&0xf) >
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_thunder.c59 lastpixel = (v) & 0xf; \
100 lastpixel &= 0xf;

Completed in 530 milliseconds

1234567891011>>