Searched refs:sub (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/src/common/lib/libc/arch/aarch64/atomic/
H A Datomic_sub_32.S34 ATOMIC_OP32(sub, sub)
36 SYNC_FETCH_OP32(sub, sub)
42 ATOMIC_OP32_NV(sub, sub)
44 SYNC_OP32_FETCH(sub, sub)
H A Datomic_sub_8.S34 ATOMIC_OP8(sub, sub)
36 SYNC_FETCH_OP8(sub, sub)
42 ATOMIC_OP8_NV(sub, sub)
44 SYNC_OP8_FETCH(sub, sub)
H A Datomic_sub_16.S34 ATOMIC_OP16(sub, sub)
36 SYNC_FETCH_OP16(sub, sub)
44 ATOMIC_OP16_NV(sub, sub)
46 SYNC_OP16_FETCH(sub, sub)
H A Datomic_sub_64.S34 ATOMIC_OP64(sub, sub)
36 SYNC_FETCH_OP64(sub, sub)
44 ATOMIC_OP64_NV(sub, sub)
46 SYNC_OP64_FETCH(sub, sub)
H A Datomic_dec_32.S36 sub w3, w3, #1 /* calculate new value */
50 sub w0, w0, #1 /* calculate new value (return value) */
/src/usr.bin/make/unit-tests/
H A Dinclude-main.exp3 make: include-sub.inc:4: sub-before-ok
4 make: include-sub.inc:14: sub-before-for-ok
7 in .for loop from include-sub.inc:31 with i = include
8 in .for loop from include-sub.inc:30 with i = nested
9 in .for loop from include-sub.inc:29 with i = deeply
13 make: include-sub.inc:38: sub-after-ok
14 make: include-sub
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dsync_fetch_and_sub_4.S17 /* "subs" is 2 bytes shorter than "sub". */
18 #define sub_4(rD, rN, rM) sub rD, rN, rM
H A Daeabi_idivmod.S22 sub sp, sp, #4
H A Daeabi_uidivmod.S23 sub sp, sp, #4
/src/sys/arch/prep/prep/
H A Dibm_machdep.c46 prop_dictionary_t dict, sub; local in function:pci_intr_fixup_ibm_6015
58 sub = prop_dictionary_create_with_capacity(4);
59 KASSERT(sub != NULL);
64 prop_dictionary_set(sub, key, intr_num);
67 prop_dictionary_set(dict, "devfunc-12", sub);
68 prop_object_release(sub);
72 sub = prop_dictionary_create_with_capacity(4);
77 prop_dictionary_set(sub, key, intr_num);
79 prop_dictionary_set(dict, key, sub);
81 prop_object_release(sub);
[all...]
/src/usr.bin/make/
H A Dstr.h113 Substring sub; local in function:Substring_Init
115 sub.start = start;
116 sub.end = end;
117 return sub;
127 Substring_Length(Substring sub) argument
129 return (size_t)(sub.end - sub.start);
133 Substring_IsEmpty(Substring sub) argument
135 return sub.start == sub
139 Substring_Equals(Substring sub,const char * str) argument
147 Substring_Eq(Substring sub,Substring str) argument
155 Substring_HasPrefix(Substring sub,Substring prefix) argument
162 Substring_HasSuffix(Substring sub,Substring suffix) argument
171 Substring_Str(Substring sub) argument
179 Substring_SkipFirst(Substring sub,char ch) argument
190 Substring_FindLast(Substring sub,char ch) argument
271 LazyBuf_AddSubstring(LazyBuf * buf,Substring sub) argument
[all...]
/src/lib/libc/arch/aarch64/sys/
H A Dfork.S43 sub w1, w1, #1 /* r1 == 0xffffffff if parent, 0 if child */
H A D__vfork14.S45 sub w1, w1, #1 /* r1 == 0xffffffff if parent, 0 if child */
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
H A Dchkstk2.S22 sub $0x1000,%ecx
24 sub $0x1000,%eax
28 sub %eax,%ecx
35 sub %esp,%eax // restore the original value in eax
H A Dchkstk.S21 sub $0x1000,%ecx
23 sub $0x1000,%eax
27 sub %eax,%ecx
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
H A Dchkstk2.S24 sub $0x1000,%rcx
26 sub $0x1000,%rax
30 sub %rax,%rcx
37 sub %rsp,%rax // restore the original value in rax
H A Dchkstk.S26 sub $0x1000,%rcx
28 sub $0x1000,%rax
32 sub %rax,%rcx
/src/lib/libc/regex/
H A Dregsub.c104 regsub1(char **buf, size_t len, const char *sub, argument
114 while ((c = *sub++) != '\0') {
121 if (isdigit((unsigned char)*sub))
122 i = *sub++ - '0';
132 if (c == '\\' && (*sub == '\\' || *sub == '&'))
133 c = *sub++;
153 regnsub(char *buf, size_t len, const char *sub, const regmatch_t *rm, argument
156 return regsub1(&buf, len, sub, rm, str);
160 regasub(char **buf, const char *sub, cons argument
[all...]
/src/sys/arch/arm/arm/
H A Dbcopyinout.S113 sub r2, r2, #1
116 sub r2, r2, #1
119 sub r2, r2, #1
156 sub r2, r2, #4
159 sub r2, r2, #4
162 sub r2, r2, #4
165 sub r2, r2, #4
168 sub r2, r2, #4
171 sub r2, r2, #4
174 sub r
[all...]
H A Dcpu_in_cksum_fold.S42 sub r1, r1, #1 /* subtract by 1 to get 0xffff */
71 1: sub r0, r1, #1 /* set return value to 0xfffe */
/src/sys/arch/mips/cavium/
H A Docteonreg.h74 #define OCTEON_ADDR_DID(major, sub) ( \
76 __SHIFTIN((sub), OCTEON_ADDR_SUB_DID))
79 #define OCTEON_ADDR_IO_DID(major, sub) \
80 (OCTEON_ADDR_IO | OCTEON_ADDR_DID((major), (sub)))
124 #define IOBDMA_CREATE(major, sub, scr, len, offset) ( \
125 OCTEON_ADDR_DID((major), (sub)) | \
/src/lib/csu/arch/arm/
H A Dcrti.S49 sub fp, ip, #4
58 sub fp, ip, #4
/src/bin/stty/
H A Dstty.h54 int sub; member in struct:cchar
H A Dcchar.c123 ip->t.c_cc[cp->sub] = _POSIX_VDISABLE;
124 else if (cp->sub == VMIN || cp->sub == VTIME) {
140 ip->t.c_cc[cp->sub] = (cc_t)val;
142 ip->t.c_cc[cp->sub] = (arg[1] == '?') ? 0177 :
145 ip->t.c_cc[cp->sub] = arg[0];
/src/common/lib/libc/arch/or1k/string/
H A Dclz.S43 l.sub r11, r5, r11
58 l.sub r11, r5, r11
64 l.sub r11, r5, r11

Completed in 54 milliseconds

1234567891011>>