OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Word
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/games/hangman/
getword.c
45
* Get a valid
word
out of the dictionary file
58
if (fgets(
Word
, BUFSIZ, inf) == NULL)
60
if (fgets(
Word
, BUFSIZ, inf) == NULL)
62
Word
[strlen(
Word
) - 1] = '\0';
63
if (strlen(
Word
) < Minlen)
65
for (wp =
Word
; *wp; wp++)
72
wp =
Word
;
extern.c
45
char
Word
[BUFSIZ], Known[BUFSIZ];
getguess.c
81
for (i = 0;
Word
[i] != '\0'; i++)
82
if (
Word
[i] == ch) {
endgame.c
59
printw("Sorry, the
word
was \"%s\"\n",
Word
);
64
mvaddstr(MESGY + 1, MESGX, "Another
word
? ");
hangman.h
68
extern char
Word
[], Known[];
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h
48
typedef FixedWord<64>
Word
;
53
DictionaryEntry(
Word
W) : W(W) {}
54
DictionaryEntry(
Word
W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
55
const
Word
&GetW() const { return W; }
75
Word
W;
85
bool ContainsWord(const
Word
&W) const {
FuzzerTracePC.h
52
Word
MemMemWords[kSize];
53
Word
EmptyWord;
57
Size = std::min(Size,
Word
::GetMaxSize());
61
const
Word
&Get(size_t Idx) {
63
const
Word
&W = MemMemWords[(Idx + i) % kSize];
122
TableOfRecentCompares<
Word
, 32> TORCW;
FuzzerMutate.h
51
/// Mutates data by adding a
word
from the manual dictionary.
55
/// Mutates data by adding a
word
from the TORC.
58
/// Mutates data by adding a
word
from the persistent automatic dictionary.
88
void AddWordToManualDictionary(const
Word
&W);
117
DictionaryEntry MakeDictionaryEntryFromCMP(const
Word
&Arg1, const
Word
&Arg2,
FuzzerMutate.cpp
23
static void PrintASCII(const
Word
&W, const char *PrintAfter) {
169
const
Word
&W = DE.GetW();
200
Word
W;
237
const
Word
&Arg1, const
Word
&Arg2, const uint8_t *Data, size_t Size) {
244
Word
W;
557
void MutationDispatcher::AddWordToManualDictionary(const
Word
&W) {
FuzzerTracePC.cpp
416
size_t Len = std::min(n,
Word
::GetMaxSize());
419
uint8_t B1[
Word
::kMaxSize];
420
uint8_t B2[
Word
::kMaxSize];
437
TORCW.Insert(Idx ^ Hash,
Word
(B1, Len),
Word
(B2, Len));
FuzzerDriver.cpp
648
if (U.size() <=
Word
::GetMaxSize())
649
MD->AddWordToManualDictionary(
Word
(U.data(), U.size()));
/src/sys/arch/emips/stand/common/
start.h
33
extern int PutWord(uint32_t
Word
);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S
9
@
Word
-aligned function entry point
39
@
Word
-aligned function entry point
70
@
Word
-aligned function entry point
/src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h
823
// If not set, other bits in this
word
will be processed.
1154
PXE_UINT16
Word
[128];
1181
PXE_UINT16
Word
[128];
1453
PXE_UINT16
Word
;
1471
// Array of
word
-wide data items.
1473
PXE_UINT16
Word
[MAX_EEPROM_LEN << 1];
1492
// Array of
word
-wide data items.
1494
PXE_UINT16
Word
[MAX_EEPROM_LEN << 1];
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
51
FBuffer: array [
Word
] of Char;
93
function Seek(Offset: Longint; Origin:
Word
): Longint; override;
122
function Seek(Offset: Longint; Origin:
Word
): Longint; override;
464
function TCompressionStream.Seek(Offset: Longint; Origin:
Word
): Longint;
527
function TDecompressionStream.Seek(Offset: Longint; Origin:
Word
): Longint;
/src/usr.bin/make/unit-tests/
directive-for-escape.mk
81
#
Word
1 is '${UNDEF:U\$\$'
82
#
Word
2 is '{{}}'
83
#
Word
3 is 'end}'
114
# To make the expression '$\' visible, define it to an actual
word
:
moderrs.mk
79
#
Word
index out of bounds.
86
# interpreted as "the last
word
".
/src/common/lib/libc/arch/sparc64/string/
memset.S
63
btst 7, %o0 !
Word
aligned?
memcpy.S
156
lduw [%l0], %l4 ! Load
word
-1
183
st %l4, [%l1] ! Store
word
199
ldx [%l0], %o0 ! Load
word
-1
317
! sllx %o0, %l4, %o0 ! Shift high
word
322
ldx [%l0+8], %o1 ! Load
word
0
347
ldx [%l0+8], %o1 ! Need another
word
382
bl,pn %icc, 1f ! < 0 --> sub
word
401
btst 4, %l2 !
Word
store?
403
srlx %o0, 32, %g6 ! Shift high
word
down
557
ldd [%o3], %f2 ! Load 1st
word
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
acpisrc.h
402
char *
Word
,
/src/sys/dev/ic/
mpt_debug.c
358
printf("\tFW Version 0x%08x\n", msg->FWVersion.
Word
);
mpt.c
211
* a
word
in since the IOC probably crashed in message
442
/* Get first
word
*/
451
/* Get Second
Word
*/
460
/* With the second
word
, we can now look at the length */
1335
MPT_2_HOST32(rp, FWVersion.
Word
);
/src/sys/external/bsd/acpica/dist/tools/examples/
extables.c
388
[0001] Encoded Access Width : 02 [
Word
Access:16]
402
[0001] Encoded Access Width : 02 [
Word
Access:16]
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp
422
MD->AddWordToManualDictionary(
Word
(Word1, sizeof(Word1)));
423
MD->AddWordToManualDictionary(
Word
(Word2, sizeof(Word2)));
/src/sys/arch/hppa/hppa/
db_disasm.c
74
/* datatypes for halfword and byte fields of a
word
are defined
85
enum datasize { Byte, Halfword,
Word
, Doubleword, Quadword, Variable };
246
* member "n". [Note: The leftmost bits in a 36-bit
word
may be accessed
281
* Mask$32bits - Mask the low order 32 bits of passed
word
. No-op on 32
384
/*
Word
subfields */
412
#define BIT_P_WD 32 /* bits/
word
*/
416
#define BYT_P_WD 4 /* bytes/
word
*/
424
#define SIGNMASK 0x80000000 /* 32 bit
word
sign bit */
522
#define LDW 0x12, 0x00, 0, 0 /* LOAD
WORD
*/
523
#define LDWM 0x13, 0x00, 0, 0 /* LOAD
WORD
and MODIFY *
[
all
...]
Completed in 31 milliseconds
1
2
Indexes created Sat Feb 21 01:20:28 UTC 2026