OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_val
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/
args.c
95
char *
short_val
= def->has_val ? " <arg>" : "";
local
101
snprintf(option_text, 37, "-%s%s%s --%s%6s", def->short_name,
short_val
,
104
snprintf(option_text, 37, "-%s%s", def->short_name,
short_val
);
/external/flatbuffers/tests/
JavaScriptTest.js
273
var
short_val
= -32222; // 0x8222;
302
case 3: builder.addFieldInt16(f,
short_val
, 0); break;
337
case 3: assert.strictEqual(view.getInt16(field_offset, true),
short_val
); break;
phpTest.php
203
$
short_val
= -32222; // 0x8222;
variable
245
$builder->addShortX($f, $
short_val
, 0);
297
$assert->strictEqual($view->getShort($field_offset), $
short_val
);
test.cpp
685
const int16_t
short_val
= -32222; // 0x8222;
local
715
case 3: builder.AddElement<int16_t >(off,
short_val
, 0); break;
745
case 3: CompareTableFieldValue(table, off,
short_val
); break;
[
all
...]
Completed in 75 milliseconds