Searched refs:word (Results 101 - 125 of 427) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_compress.c115 for (uint64_t *word = (uint64_t *)data; word < end; word++)
116 if (*word != 0)
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v6.S56 #define MSR_ELR_HYP(regnum) .word (0xe12ef300 | regnum)
57 #define ERET .word 0xe160006e
240 .word . ;\
241 .word table
421 .word _edata /* Note that these three items are */
422 .word _ebss /* loaded with a single ldmia and */
423 .word svcstk /* must remain in order together. */
524 .word _C_LABEL(cpu_reset_address)
545 _C_LABEL(esym): .word _C_LABEL(end)
575 .word SYS_sigretur
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c109 ulong_t word = drp->dr_bitmap[wx]; local
114 if ((word & bit) == 0) {
/freebsd-11-stable/sys/dev/cx/
H A Dmachdep.h59 static inline void __ddk_outw (unsigned port, unsigned short word) argument
60 { outw (word, port); }
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Dmptramp.S56 .word 0x0
/freebsd-11-stable/lib/libc/mips/string/
H A Dbzero.S58 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
60 beq a3, zero, 1f # skip if word aligned
/freebsd-11-stable/sys/riscv/riscv/
H A Dcpufunc_asm.S43 .word PAGE_MASK
/freebsd-11-stable/stand/arm/uboot/
H A Dstart.S98 .word .
100 .word _DYNAMIC
/freebsd-11-stable/contrib/libreadline/examples/
H A Dfileman.c160 char *word; local
162 /* Isolate the command word. */
166 word = line + i;
174 command = find_command (word);
178 fprintf (stderr, "%s: No such command for FileMan.\n", word);
186 word = line + i;
189 return ((*(command->func)) (word));
239 on command names if this is the first word in the line, or on filenames
251 region of rl_line_buffer that contains the word to complete. TEXT is
252 the word t
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dbtoe.c2 Conversion to/from the six-English-word representation of a
38 /* Dictionary for integer-word translations */
2120 * 0 word not in data base
2121 * -1 badly formed in put ie > 4 char word
2126 char *word, *c, *input, b[9]; local
2143 for (i = 0, p = 0, word = c = input; i < 6; i++, p += 11) {
2145 word = c;
2163 if (c == word)
2165 l = strlen(word);
2175 if ((v = wsrch(word, lo
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl178 .word 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
179 .word 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
180 .word 0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
181 .word 0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
182 .word 0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
183 .word 0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
184 .word 0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
185 .word 0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
186 .word 0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
187 .word
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h290 #define wake_up_bit(word, bit) linux_wake_up_bit(word, bit)
291 #define wait_on_bit(word, bit, state) \
292 linux_wait_on_bit_timeout(word, bit, state, MAX_SCHEDULE_TIMEOUT)
293 #define wait_on_bit_timeout(word, bit, state, timeout) \
294 linux_wait_on_bit_timeout(word, bit, state, timeout)
/freebsd-11-stable/contrib/bmake/
H A Dvar.c237 #define VAR_SUB_ONE 0x02 /* Apply substitution to one word */
239 #define VAR_MATCH_START 0x08 /* Match at start of word */
240 #define VAR_MATCH_END 0x10 /* Match at end of word */
254 * single big word, even if it contains
293 int start; /* first word to select */
294 int end; /* last word to select */
1164 * Remove the tail of the given word and place the result in the given
1168 * word Word to trim
1175 * added to the buffer before the next word).
1178 * The trimmed word i
1183 VarHead(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *dummy MAKE_ATTR_UNUSED) argument
1231 VarTail(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *dummy MAKE_ATTR_UNUSED) argument
1273 VarSuffix(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *dummy MAKE_ATTR_UNUSED) argument
1314 VarRoot(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *dummy MAKE_ATTR_UNUSED) argument
1358 VarMatch(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *pattern) argument
1399 VarSYSVMatch(GNode *ctx, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *patp) argument
1449 VarNoMatch(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *pattern) argument
1486 VarSubstitute(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *patternp) argument
1682 VarRESubstitute(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate MAKE_ATTR_UNUSED, char *word, Boolean addSpace, Buffer *buf, void *patternp) argument
1823 VarLoopExpand(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate MAKE_ATTR_UNUSED, char *word, Boolean addSpace, Buffer *buf, void *loopp) argument
1942 VarRealpath(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, char *word, Boolean addSpace, Buffer *buf, void *patternp MAKE_ATTR_UNUSED) argument
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c263 struct ipu_cpmem_word word[2]; member in struct:ipu_cpmem_ch_param
414 int word, unsigned int offset, int len, uint32_t value)
425 data = param->word[word].data[datapos];
428 param->word[word].data[datapos] = data;
433 data2 = param->word[word].data[datapos + 1];
436 param->word[word]
413 ipu_ch_param_set_value(struct ipu_cpmem_ch_param *param, int word, unsigned int offset, int len, uint32_t value) argument
442 ipu_ch_param_get_value(struct ipu_cpmem_ch_param *param, int word, unsigned int offset, int len) argument
608 int i, word; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c351 #define bit_to_wchan(word, bit) ((void *)(((uintptr_t)(word) << 6) | (bit)))
354 linux_wake_up_bit(void *word, int bit) argument
357 wake_up_sleepers(bit_to_wchan(word, bit));
361 linux_wait_on_bit_timeout(unsigned long *word, int bit, unsigned int state, argument
375 wchan = bit_to_wchan(word, bit);
378 if ((*word & (1 << bit)) == 0) {
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c166 char **wordv, *word; local
191 if ((word = wordv[i++]) == NULL ||
192 (fclt = parse_facility_name(word)) == (pam_facility_t)-1) {
205 if ((word = wordv[i++]) != NULL &&
206 strcmp(word, "include") == 0) {
238 if (word == NULL || /* same word we compared to "include" */
239 (ctlf = parse_control_flag(word)) == (pam_control_t)-1) {
/freebsd-11-stable/contrib/mdocml/
H A Dterm.c112 size_t vend; /* end of word visual position on output */
119 int breakline; /* after this word */
152 * Count up visible word characters. Control sequences
154 * generates a non-printing word, which is valid (the
176 /* Regular word. */
225 * Write out the rest of the word.
429 * Handle pwords, partial words, which may be either a single word or a
431 * handles word styling.
434 term_word(struct termp *p, const char *word) argument
462 while ('\0' != *word) {
725 encode(struct termp *p, const char *word, size_t sz) argument
[all...]
/freebsd-11-stable/lib/libvgl/
H A Dbitmap.c50 unsigned int word = 0; local
70 word = 0;
72 word = (word<<1) | color2bit[line[pos++]&0x0f];
73 VGLPlane[0][planepos] = word;
74 VGLPlane[1][planepos] = word>>8;
75 VGLPlane[2][planepos] = word>>16;
76 VGLPlane[3][planepos] = word>>24;
82 word <<= (8 - end_offset);
83 VGLPlane[0][planepos] = word;
[all...]
/freebsd-11-stable/usr.bin/mail/
H A Dlex.c279 char word[LINESIZE]; local
288 * of the command, then scan out a word, which
305 cp2 = word;
318 if (sourcing && *word == '\0')
320 com = lex(word);
322 printf("Unknown command: \"%s\"\n", word);
482 * to the passed command "word"
486 lex(char word[]) argument
497 if (*word == '#')
498 *(word
[all...]
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c1352 static char word[1024]; local
1354 if (fscanf(f, " %1023s ", word) != 1)
1356 return (word);
1398 const char *word; local
1416 while ((word = fetch_read_word(f)) != NULL) {
1417 if (strcmp(word, "default") == 0) {
1421 if (strcmp(word, "machine") == 0 &&
1422 (word = fetch_read_word(f)) != NULL &&
1423 strcasecmp(word, url->host) == 0) {
1424 DEBUGF("using netrc settings for %s\n", word);
[all...]
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c92 t_printv("word %d: expected <<%s>>, "
254 T_FUNC(one_word, "one word")
283 const char **word;
287 for (word = numbers; *word; ++word)
288 t_fprintf(tf, " %s", *word);
280 const char **word; variable
/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c50 static Char *word (int);
86 /* (Tail of) current word from ! subst */
157 hp->word = STRNULL;
177 new->word = NULL;
183 wdp->word = word(parsehtime);
187 } while (wdp->word[0] != '\n');
229 xprintf("%S", sp->word);
233 if (sp->word[0] != '\n')
249 new->word
292 word(int parsehtime) function
[all...]
/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c568 * Delete the "word" to the left of the cursor.
585 * erase all the nonspaces left of cursor (the whole "word").
594 * Delete the "word" under the cursor.
611 * delete it and all nonspaces right of cursor (the whole word).
974 * Find the beginning and end of the "current" word.
975 * This is the word which the cursor (cp) is inside or at the end of.
976 * Return pointer to the beginning of the word and put the
977 * cursor at the end of the word.
982 char *word; local
992 * Move cursor to end of word
1069 char *word; local
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext.c116 atf_dynstr_t word; local
118 err = atf_dynstr_init_raw(&word, iter, ptr - iter);
122 err = atf_list_append(words, atf_dynstr_fini_disown(&word), true);
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.c109 static int getindex(const char *words[], const char *word);
203 getindex(const char *words[], const char *word) argument
208 if (strcmp(words[i], word) == 0)

Completed in 422 milliseconds

1234567891011>>