Searched refs:word (Results 26 - 50 of 415) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h63 InferiorSizedWord(const InferiorSizedWord &word) : ptr_size(word.ptr_size) { argument
65 thirty_two = word.thirty_two;
67 sixty_four = word.sixty_four;
70 InferiorSizedWord operator=(const InferiorSizedWord &word) { argument
71 ptr_size = word.ptr_size;
73 thirty_two = word.thirty_two;
75 sixty_four = word.sixty_four;
122 InferiorSizedWord operator&(const InferiorSizedWord &word) const {
123 if (ptr_size != word
[all...]
/freebsd-12-stable/bin/sh/tests/
H A Dfunctional_test.sh48 local tc_escaped word
53 for word in ${tc%.*}; do
54 tc_escaped="${tc_escaped:+${tc_escaped}_}${word}"
/freebsd-12-stable/usr.bin/indent/tests/
H A Dfunctional_test.sh66 local tc_escaped word
71 for word in ${tc%.*}; do
72 tc_escaped="${tc_escaped:+${tc_escaped}_}${word}"
/freebsd-12-stable/usr.bin/locate/locate/
H A Dutil.c205 /* tolower word */
207 tolower_word(word)
208 u_char *word;
212 for(p = word; *p != '\0'; p++)
215 return(word);
266 register int word, hword; local
268 word = getw(fp);
270 if (word > MAXPATHLEN || word < -(MAXPATHLEN)) {
271 hword = ntohl(word);
[all...]
/freebsd-12-stable/lib/libc/string/
H A Dbcopy.c44 * sizeof(word) MUST BE A POWER OF TWO
47 typedef int word; /* "word" used for optimal copy speed */ typedef
49 #define wsize sizeof(word)
108 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
129 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
H A Dmemchr.c47 typedef size_t __attribute__((__may_alias__)) word; typedef
48 const word *w;
/freebsd-12-stable/sys/libkern/
H A Dbcopy.c58 * sizeof(word) MUST BE A POWER OF TWO
61 typedef long word; /* "word" used for optimal copy speed */ typedef
63 #define wsize sizeof(word)
115 TLOOP(*(word *)dst = *(const word *)src; src += wsize;
141 *(word *)dst = *(const word *)src);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s32 .word 0
/freebsd-12-stable/stand/i386/libi386/
H A Dpxetramp.s29 __bangpxeoff: .word 0x0000 # offset
30 __bangpxeseg: .word 0x0000 # segment
36 __pxenvoff: .word 0x0000 # offset
37 __pxenvseg: .word 0x0000 # segment
/freebsd-12-stable/tools/tools/notescheck/
H A Dnotescheck.py217 # strings are always treated as a single word.
240 for word in group.split():
241 words.append(word)
265 for word in words[2:]:
271 if word == 'no-obj' or word == 'no-implicit-rule' or \
272 word == 'before-depend' or word == 'local' or \
273 word == 'no-depend' or word
[all...]
/freebsd-12-stable/usr.bin/mail/
H A Dhead.c98 char word[LINESIZE]; local
108 cp = nextword(cp, word);
116 cp = nextword(cp, word);
117 if (strlen(word) > 0)
118 hl->l_from = copyin(word, &sp);
120 cp = nextword(cp, word);
121 hl->l_tty = copyin(word, &sp);
247 * Collect a liberal (space, tab delimited) word into the word buffer
248 * passed. Also, return a pointer to the next word followin
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dsh.parse.c51 * Perform aliasing on the word list lexp
53 * If word 0 of a command has an alias, do it.
74 if (!any(";&\n", p1->word[0]))
88 switch (p->word[0]) {
101 if (p->next != p2 && eq(p->next->word, STRand))
141 if (p1->word[0] == '(') {
142 for (p2 = p2->prev; p2->word[0] != ')'; p2 = p2->prev)
149 ap = adrof1(p1->word, &aliases);
162 if (p1->word[0] && eq(p1->word, alou
[all...]
/freebsd-12-stable/stand/efi/loader/arch/arm/
H A Dstart.S175 .word .
177 .word ImageBase
179 .word _DYNAMIC
181 .word __bss_start
183 .word __bss_end
/freebsd-12-stable/contrib/ldns/
H A Dhigher.c152 char *word; local
163 word = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
169 if(!line || !word || !addr || !rr_str || !list) {
171 LDNS_FREE(word);
188 LDNS_FREE(word);
196 for(cnt = 0, j = ldns_bget_token(linebuf, word, LDNS_PARSE_NO_NL, LDNS_MAX_LINELEN);
198 j = ldns_bget_token(linebuf, word, LDNS_PARSE_NO_NL, LDNS_MAX_LINELEN), cnt++) {
202 word))) {
208 word))) {
217 (void)strlcpy(addr, word, LDNS_MAX_LINELE
[all...]
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Ddollar.exp24 S,$,word, => <$XYword>
25 S,$X,word, => <$XY>
26 S,$$X,word, => <$XY>
27 S,$$$X,word, => <$XY>
48 S,word,a$Xo, => <aVAR_Xo>
49 S,word,a$$Xo, => <aVAR_Xo>
50 S,word,a$$$Xo, => <aVAR_Xo>
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-mont.pl314 $word="edi";
319 &mov ($word,$_bp);
323 &sub ("edx",$word); # see if ap==bp
324 &lea ("eax",&DWP(4,$word,$num,4)); # &bp[num]
326 &mov ($word,&DWP(0,$word)); # bp[0]
334 &mul ($word); # ap[j]*bp[0]
344 &mul ($word); # ap[num-1]*bp[0]
345 &mov ($word,$_n0);
349 &imul ($word,
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dbcopyinout.S45 .word _C_LABEL(_arm_memcpy)
47 .word _C_LABEL(_min_memcpy_size)
63 .word _C_LABEL(__pcpu) + PC_CURPCB
146 * Align destination to word boundary.
151 .word .Lialend
152 .word .Lial3
153 .word .Lial2
154 .word .Lial1
190 .word .Licaligned
191 .word
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spinlock.h183 * These spinlocks use a single bit (bit 31) of a 32 bit word for locking.
184 * The rest of the bits in the word are left undisturbed. This enables more
192 * word used for the lock.
195 * @param word word to lock bit 31 of
197 static inline void cvmx_spinlock_bit_lock(uint32_t *word) argument
214 : [val] "+m" (*word), [tmp] "=&r" (tmp), [sav] "=&r" (sav)
223 * word used for the lock.
226 * @param word word t
231 cvmx_spinlock_bit_trylock(uint32_t *word) argument
263 cvmx_spinlock_bit_unlock(uint32_t *word) argument
[all...]
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S61 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
62 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
63 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
64 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
65 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
66 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
67 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
68 .word 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
69 .word 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
70 .word
[all...]
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dsel.c52 eval_word(hx509_context context, hx509_env env, struct hx_expr *word) argument
54 switch (word->op) {
56 return word->arg1;
58 if (word->arg2 == NULL)
59 return hx509_env_find(context, env, word->arg1);
61 env = hx509_env_find_binding(context, env, word->arg1);
65 return eval_word(context, env, word->arg2);
72 find_variable(hx509_context context, hx509_env env, struct hx_expr *word) argument
74 assert(word->op == expr_VAR);
76 if (word
[all...]
/freebsd-12-stable/tools/ifnet/
H A Dconvert_drvapi.sh84 word=`echo $line | awk -F "if_" ' { print $2 }' | awk -F" =" '{ print $1 }'`
86 new=`echo if_set$word"\($__ifp__,"$value");"`
100 word=`echo $line | awk -F"if_" '{ print $2 }'|awk -F"\+" '{ print $1}'`
103 new=`echo if_inc$word"\($__ifp__,"$value");"`
116 word=`echo $line | awk -F"if_" '{ print $2 }'|awk '{ print $1}'`
118 new=`echo if_inc$word"\($__ifp__,$value);"`
133 word=`echo $line | awk -F"if_" '{ print $2 }'|awk '{ print $1}'`
135 new=`echo if_set${word}bit"($__ifp__,$value, 0);"`
151 word=`echo $line | awk -F"if_" '{ print $2 }'|awk '{ print $1}'`
154 new=`echo if_set${word}bi
[all...]
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl91 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
92 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
93 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
94 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
95 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
96 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
97 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
98 .word 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
99 .word 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
100 .word
[all...]
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dbitops.h55 # define bitset(bit, word) (((word) & (bit)) != 0)
/freebsd-12-stable/lib/libc/arm/gen/
H A D__aeabi_read_tp.S45 .word ARM_TP_ADDRESS
/freebsd-12-stable/sys/dev/smbus/
H A Dsmb.h43 short word; member in union:smbcmd::__anon15287
48 short word; member in union:smbcmd::__anon15288

Completed in 176 milliseconds

1234567891011>>