OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_count
(Results
1 - 6
of
6
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.cpp
606
int
code_count
= src[k++];
local
610
k +=
code_count
;
612
for(
code_count
+= k; k <
code_count
; k++ )
649
int
code_count
= src[k++];
local
650
for(
code_count
+= k; k <
code_count
; k++ )
694
int
code_count
= src[i - 1];
local
695
dst[0] =
code_count
;
697
for( int k = 0; k <
code_count
; k++
1067
int
code_count
= src[k++];
local
1094
int
code_count
= src[k++];
local
[
all
...]
/external/google-breakpad/src/client/mac/handler/
exception_handler.cc
97
mach_msg_type_number_t
code_count
;
member in struct:google_breakpad::ExceptionMessage
135
mach_msg_type_number_t
code_count
)
144
mach_msg_type_number_t
code_count
);
215
mach_msg_type_number_t
code_count
) {
219
return ForwardException(task, failed_thread, exception, code,
code_count
);
427
mach_msg_type_number_t
code_count
) {
466
code,
code_count
);
569
if (receive.exception == EXC_BAD_ACCESS && receive.
code_count
> 1)
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c
54
mach_msg_type_number_t
code_count
)
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c
54
mach_msg_type_number_t
code_count
)
/external/freetype/src/sfnt/
ttcmap.c
345
FT_UInt first_code,
code_count
, offset;
local
350
code_count
= TT_NEXT_USHORT( p );
355
if (
code_count
== 0 )
361
if ( first_code >= 256 || first_code +
code_count
> 256 )
372
if ( ids < glyph_ids || ids +
code_count
* 2 > table + length )
378
FT_Byte* limit = p +
code_count
* 2;
[
all
...]
/external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c
343
FT_UInt first_code,
code_count
, offset;
local
348
code_count
= TT_NEXT_USHORT( p );
353
if (
code_count
== 0 )
359
if ( first_code >= 256 || first_code +
code_count
> 256 )
370
if ( ids < glyph_ids || ids +
code_count
* 2 > table + length )
376
FT_Byte* limit = p +
code_count
* 2;
[
all
...]
Completed in 192 milliseconds