OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numt
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
taint-generic.c
132
int
numt
;
local
134
scanf("%s %d", addr, &
numt
);
135
__builtin_snprintf(buffern2,
numt
, "/bin/mail %s < /tmp/email", "abcd");
/frameworks/base/services/java/com/android/server/
IntentResolver.java
61
int
numT
= register_mime_types(f, " Type: ");
62
if (numS == 0 &&
numT
== 0) {
66
if (
numT
!= 0) {
86
int
numT
= unregister_mime_types(f, " Type: ");
87
if (numS == 0 &&
numT
== 0) {
91
if (
numT
!= 0) {
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
167
unsigned
NumT
, unsigned ExtraT,
PPCInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
175
unsigned
NumT
, unsigned ExtraT,
Completed in 601 milliseconds