OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valbuf
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picoacph.c
374
picoos_uint8
valbuf
[5];
local
419
/* set POS of current word in
valbuf
[1], will be shifted right afterwards */
420
valbuf
[1] = acph->headx[upbound].head.info1;
421
/* find first POS to the left and set
valbuf
[0] */
422
valbuf
[0] = acphPhrItemSeqGetPosLeft(this, acph, lastprev2, &lastprev2);
424
valbuf
[i] = PICOKDT_EPSILON;
448
valbuf
[4] =
valbuf
[3];
449
valbuf
[3] =
valbuf
[2]
788
picoos_uint8
valbuf
[5];
local
[
all
...]
picosa.c
515
picoos_uint16
valbuf
[PICOKDT_NRATT_POSD]; /* only [0..half_nratt_posd] can be >2^8 */
local
547
valbuf
[i] = PICOKDT_HISTORY_ZERO;
550
valbuf
[half_nratt_posd+1] = sa->headx[first].head.info1;
552
/* find next POS to the right and set
valbuf
[i] */
553
valbuf
[i] = saPosDItemSeqGetPosRight(this, sa, lastprev3, sa->headxLen, &lastprev3);
577
valbuf
[i-1] =
valbuf
[i];
580
valbuf
[half_nratt_posd-1] = prevout;
583
valbuf
[i-1] =
valbuf
[i]
[
all
...]
/system/vold/
CryptCommandListener.cpp
288
char *
valbuf
;
local
295
valbuf
= (char*)malloc(valbuf_len);
296
if (
valbuf
== NULL) {
300
rc = cryptfs_getfield(argv[2],
valbuf
, valbuf_len);
304
free(
valbuf
);
308
cli->sendMsg(ResponseCode::CryptfsGetfieldResult,
valbuf
, false);
310
free(
valbuf
);
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
2740
uint32
valbuf
= value;
local
3241
uint32
valbuf
= value;
local
[
all
...]
Completed in 674 milliseconds