OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notlast
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/calib3d/src/
dls.h
360
bool
notlast
= (k != n1 - 1);
local
364
r = (
notlast
? H[k + 2][k - 1] : 0.0);
396
if (
notlast
) {
408
if (
notlast
) {
420
if (
notlast
) {
/external/mdnsresponder/mDNSCore/
DNSCommon.h
109
#define mDNSValidHostChar(X, notfirst,
notlast
) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) && (
notlast
) && (X) == '-') )
/external/opencv3/modules/core/src/
lda.cpp
522
bool
notlast
= (k != n1 - 1);
local
526
r = (
notlast
? H[k + 2][k - 1] : 0.0);
558
if (
notlast
) {
570
if (
notlast
) {
582
if (
notlast
) {
[
all
...]
/external/fsck_msdos/
dir.c
308
int startoff, cl_t endcl, int endoff, int
notlast
)
318
if (
notlast
)
Completed in 62 milliseconds