OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigger
(Results
51 - 75
of
1695
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/libdw/
cfi.c
74
Dwarf_Frame *
bigger
= realloc (*pfs, size);
local
75
if (unlikely (
bigger
== NULL))
83
memset (
bigger
->regs +
bigger
->nregs, 0,
84
(reg + 1 -
bigger
->nregs) * sizeof
bigger
->regs[0]);
85
bigger
->nregs = reg + 1;
86
*pfs =
bigger
;
/external/regex-re2/re2/testing/
random_test.cc
50
// Tests random
bigger
regexps involving literals and egrep operators.
65
// Tests random
bigger
regexps involving literals, capturing parens,
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
FavoriteChannelEvaluatorTest.java
124
// Channel two was watched longer than channel one, so it's score is
bigger
.
130
// Now, channel one was watched longer than channel two, so it's score is
bigger
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h
36
__warnattr ("wmemcpy called with length
bigger
than size of destination "
66
__warnattr ("wmemmove called with length
bigger
than size of destination "
99
__warnattr ("wmempcpy called with length
bigger
than size of destination "
128
__warnattr ("wmemset called with length
bigger
than size of destination "
189
__warnattr ("wcsncpy called with length
bigger
than size of destination "
219
__warnattr ("wcpncpy called with length
bigger
than size of destination "
379
__wur __warnattr ("fgetws called with
bigger
size than length "
410
__wur __warnattr ("fgetws_unlocked called with
bigger
size than length "
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h
36
__warnattr ("wmemcpy called with length
bigger
than size of destination "
65
__warnattr ("wmemmove called with length
bigger
than size of destination "
97
__warnattr ("wmempcpy called with length
bigger
than size of destination "
126
__warnattr ("wmemset called with length
bigger
than size of destination "
188
__warnattr ("wcsncpy called with length
bigger
than size of destination "
219
__warnattr ("wcpncpy called with length
bigger
than size of destination "
381
__wur __warnattr ("fgetws called with
bigger
size than length "
412
__wur __warnattr ("fgetws_unlocked called with
bigger
size than length "
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h
36
__warnattr ("wmemcpy called with length
bigger
than size of destination "
65
__warnattr ("wmemmove called with length
bigger
than size of destination "
97
__warnattr ("wmempcpy called with length
bigger
than size of destination "
126
__warnattr ("wmemset called with length
bigger
than size of destination "
188
__warnattr ("wcsncpy called with length
bigger
than size of destination "
219
__warnattr ("wcpncpy called with length
bigger
than size of destination "
381
__wur __warnattr ("fgetws called with
bigger
size than length "
412
__wur __warnattr ("fgetws_unlocked called with
bigger
size than length "
/external/clang/test/CodeGen/
aarch64-type-sizes.c
73
// PCS allows either unsigned short or unsigned int. Linux again says "
bigger
!"
/external/e2fsprogs/ext2ed/
ext2ed.8.in
67
Filesystems
bigger
than 2 GB aren't yet supported.
/external/giflib/
gif_lib_private.h
39
MaxCode1, /* 1
bigger
than max. possible code, in RunningBits bits. */
/external/kernel-headers/original/uapi/linux/
ipc.h
49
#define IPC_64 0x0100 /* New version (support 32-bit UIDs,
bigger
minix_fs.h
13
* minix filesystem (aka V2) with
bigger
inodes and 32-bit block
/external/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c
86
// Only part of symlink body was read. So we make a
bigger
buffer
/external/lzma/Java/Tukaani/src/
XZSeekEncDemo.java
23
* XZ Block. The default is 1 MiB (1048576 bytes).
Bigger
means better
/external/swiftshader/third_party/LLVM/lib/Support/
BranchProbability.cpp
22
assert(n <= d && "Probability cannot be
bigger
than 1!");
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
bigstructret.ll
22
; Structs
bigger
than 4 words are returned via a hidden hidden sret-parameter
/external/syslinux/com32/gplinclude/acpi/
structs.h
19
* Our is
bigger
as we manage the \0 of strings
/frameworks/base/libs/androidfw/
ChunkIterator.cpp
70
last_error_ = "chunk size is
bigger
than given data";
/frameworks/support/percent/tests/java/android/support/percent/
BaseInstrumentationTestCase.java
42
// tolerance is slightly
bigger
than 1 pixel in the comparison below.
/packages/apps/Camera2/src/com/android/camera/
Thumbnail.java
57
// Scale down the bitmap if it is
bigger
than we need.
/packages/apps/Car/LatinIME/res/drawable/
ic_keyboard_spacebar_normal.xml
9
down to add padding, and doesn't make the drawable
bigger
.
ic_keyboard_spacebar_pressed.xml
9
down to add padding, and doesn't make the drawable
bigger
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipc.h
49
#define IPC_64 0x0100 /* New version (support 32-bit UIDs,
bigger
minix_fs.h
13
* minix filesystem (aka V2) with
bigger
inodes and 32-bit block
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h
49
#define IPC_64 0x0100 /* New version (support 32-bit UIDs,
bigger
minix_fs.h
13
* minix filesystem (aka V2) with
bigger
inodes and 32-bit block
Completed in 434 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>