OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instructionLen
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h
47
int
instructionLen
;
arc-dis.c
543
state->
instructionLen
= 4;
1119
return state->
instructionLen
= offset;
1214
return s.
instructionLen
;
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
715
instructionLen
= (data[i] << 8) | data[i+1]
719
if
instructionLen
:
721
data = data[:i] + data[i+
instructionLen
:]
722
if
instructionLen
% 4:
Completed in 41 milliseconds