Searched refs:word (Results 76 - 100 of 427) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/byacc/
H A Dclosure.c114 unsigned word; local
149 word = *rsp;
150 if (word)
154 if (word & (unsigned)(1 << i))
201 unsigned word; local
210 word = *rowp++;
217 word = *rowp++;
221 if (word & (1 << k))
/freebsd-11-stable/bin/sh/
H A Dmktokens55 TWORD 0 word
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s32 .word 0
H A Dtst.embedded.s32 .word 0
/freebsd-11-stable/crypto/openssl/crypto/
H A Darmv4cpuid.S39 .word 0xe12fff1e @ bx lr
75 .word 0xe12fff1e @ bx lr
160 .word 0xe12fff1e @ bx lr
173 .word 0xe12fff1e @ bx lr
186 .word 0xe12fff1e @ bx lr
193 .word OPENSSL_armcap_P-.LOPENSSL_armcap
199 .word atomic_add_spinlock-.Lspinlock
205 .word 0
/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Dwarning.sh16 Make sure you have the word grep in the subject.
/freebsd-11-stable/lib/libc/arm/gen/
H A Dsigsetjmp.S57 .word _JB_MAGIC__SETJMP
/freebsd-11-stable/usr.bin/fortune/tools/
H A Ddo_uniq.py24 for word in wordlist:
25 f = re.sub(word, '', f)
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dbitmap.h67 static inline unsigned long mlx5_ffz(uint32_t word) argument
69 return __builtin_ffs(~word) - 1;
/freebsd-11-stable/sys/dev/smbus/
H A Dsmb.c192 s->cmd, s->wdata.word));
212 &s->rdata.word));
216 buf[0] = (u_char)s->rdata.word;
217 buf[1] = (u_char)(s->rdata.word >> 8);
227 s->wdata.word, &s->rdata.word));
231 buf[0] = (u_char)s->rdata.word;
232 buf[1] = (u_char)(s->rdata.word >> 8);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c37 word) are passed in r3..r10 registers. float and double parameters are
78 /* Arguments start above the "LR save word" and "Back chain". */
83 /* If the function is returning a `struct', then the first word
85 address. In that case we should advance one word and start
154 register pair with the low addressed word in the odd
155 register and the high addressed word in the even
241 "word". */
242 char word[MAX_REGISTER_SIZE]; local
243 memset (word, 0, MAX_REGISTER_SIZE);
253 /* ... and then a "word" pointin
438 int word = 0; local
461 int word = 0; local
709 ULONGEST word = unpack_long (type, val); local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c652 * The foreach variable list actually has a spurious word ")" at the end of
653 * the w_fe list. Thus we are at the of the list if one word beyond this
751 struct Strbuf word = Strbuf_INIT; local
766 cleanup_push(&word, Strbuf_cleanup);
772 ohistent->word = STRNULL;
780 (void) getword(&word);
781 Strbuf_terminate(&word);
783 if (intty && Strlen(word.s) > 0) {
784 histent->word = Strsave(word
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Doutput.cpp64 * word - initialise a word and set next to NULL
67 word::word (const char *w, int n) function in class:word
76 * destroy word and the string copy.
79 word::~word ()
85 * word_list - create an empty word list.
94 * flush - flush a word list to a FILE, f, and return the
100 word *
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dexception.S63 .word 0
64 .word 0
462 * code that does the copy assumes that page0_data holds one 32-bit word
482 .Lreset_entry: .word reset_entry
483 .Lundefined_entry: .word undefined_entry
484 .Lswi_entry: .word swi_entry
485 .Lprefetch_abort_entry: .word prefetch_abort_entry
486 .Ldata_abort_entry: .word data_abort_entry
487 .Laddr_exception_entry: .word addr_exception_entry
488 .Lirq_entry: .word irq_entr
[all...]
/freebsd-11-stable/sys/i386/acpica/
H A Dacpi_wakecode.S132 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
186 .word bootgdtend - bootgdt /* Length */
199 .word 0
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_bitmap.h331 unsigned int word; local
333 word = ck_pr_load_uint(&bitmap->map[i]);
334 if ((word & ((1U << slop) - 1)) != 0)
362 unsigned int word; local
364 word = ~ck_pr_load_uint(&bitmap->map[i]);
365 if ((word & ((1U << slop) - 1)) != 0)
390 unsigned int word; local
392 word = ck_pr_load_uint(&bitmap->map[i]);
393 count += ck_cc_popcount(word & ((1U << slop) - 1));
426 unsigned int word, x local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dresolver.c676 char word[LDNS_MAX_LINELEN + 1]; local
719 word[0] = 0;
724 if (word[0] == '#') {
725 word[0]='x';
742 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_NORMAL, 0, line_nr);
744 if(word[0] == '#') continue;
746 if (strcasecmp(keyword[i], word) == 0) {
767 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_NORMAL, 0, line_nr);
772 if(word[0] == '#') {
776 tmp = ldns_rdf_new_frm_str(LDNS_RDF_TYPE_DNAME, word);
[all...]
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readword.c57 * Read a word from the temp file and verify that the result matches our
58 * expectations: whether a word was read at all, how many lines were read
253 T_FUNC(single_word, "single word") variable
255 const char *word = "hello";
260 t_fprintf(tf, "%s\n", word);
262 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
267 T_FUNC(single_whitespace_before_word, "single whitespace before word") variable
269 const char *word = "hello";
274 t_fprintf(tf, " %s\n", word);
276 ret = orw_expect(tf, word,
281 const char *word = "hello"; variable
295 const char *word = "hello"; variable
309 const char *word = "hello"; variable
323 const char *word = "hello"; variable
338 const char *word = "hello#world"; variable
352 const char *word[] = { "hello", "world" }; variable
[all...]
/freebsd-11-stable/contrib/bmake/
H A Ddir.c549 * returns TRUE if the word should be expanded, FALSE otherwise
651 * word Entire word to expand
665 DirExpandCurly(const char *word, const char *brace, Lst path, Lst expansions) argument
676 * clause in 'word') */
699 otherLen = brace - word + strlen(end);
718 if (brace != word) {
719 strncpy(file, word, brace-word);
722 strncpy(&file[brace-word], star
777 DirExpandInt(const char *word, Lst path, Lst expansions) argument
806 DirPrintWord(void *word, void *dummy MAKE_ATTR_UNUSED) argument
834 Dir_Expand(const char *word, Lst path, Lst expansions) argument
[all...]
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S56 .word 0x43e00000 ! .double 2^63
57 .word 0 ! (who me, not trust the assembler?)
/freebsd-11-stable/lib/libc/i386/
H A DSYS.h54 #define LCALL(x,y) .byte 0x9a ; .long y; .word x
/freebsd-11-stable/sys/riscv/include/
H A Driscv_opcode.h50 unsigned word; member in union:__anon13242
/freebsd-11-stable/sys/libkern/
H A Dstrlen.c36 * Rationale: it is generally much more efficient to do word length
45 * original word is zero.
66 #error Unsupported word size
91 * if there is a nul character is within this accessible word
96 * boundaries is integral multiple of word size.
108 /* Scan the rest of the string using word sized operation */
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl441 .word 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5
442 .word 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5
443 .word 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3
444 .word 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174
445 .word 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc
446 .word 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da
447 .word 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7
448 .word 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967
449 .word 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13
450 .word
[all...]
/freebsd-11-stable/sys/amd64/acpica/
H A Dacpi_wakecode.S139 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
206 .word bootcode64 - bootgdt /* index in gdt for 64 bit code */
272 .word bootgdtend - bootgdt /* Length */
283 .word 0

Completed in 500 milliseconds

1234567891011>>