OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:badness
(Results
1 - 18
of
18
) sorted by null
/external/v8/src/
string-search.h
426
int
badness
= -pattern_length;
local
441
badness
+= 1 - shift; // at most zero, so
badness
cannot increase.
452
//
Badness
increases by the number of characters we have
456
badness
+= (pattern_length - j) - last_char_shift;
457
if (
badness
> 0) {
509
//
Badness
is a count of how much work we have done. When we have
512
int
badness
= -10 - (pattern_length << 2);
local
518
badness
++;
519
if (
badness
<= 0)
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
d3basics.c
1010
HChar*
badness
= NULL;
local
[
all
...]
storage.c
854
HChar*
badness
;
local
922
badness
= NULL;
924
badness
= "unknown size";
926
badness
= "zero size ";
928
badness
= "implausibly large";
930
if (
badness
) {
934
badness
, name );
[
all
...]
readxcoff.c
2086
HChar*
badness
= read_symbol_table(
local
[
all
...]
/bionic/libc/kernel/common/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/development/ndk/platforms/android-3/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/external/kernel-headers/original/linux/
fd.h
303
unsigned int
badness
; /* highest retry count for a read or write
member in struct:floppy_write_errors
308
/* clear write error and
badness
information */
310
/* get write error and
badness
information */
/external/valgrind/main/coregrind/
launcher-aix5.c
1654
char*
badness
local
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h
302
unsigned int
badness
; /* highest retry count for a read or write
member in struct:floppy_write_errors
307
/* clear write error and
badness
information */
309
/* get write error and
badness
information */
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
Completed in 250 milliseconds