Home
last modified time | relevance | path

Searched refs:csptr (Results 1 – 10 of 10) sorted by relevance

/external/jsilver/src/org/clearsilver/jni/
DJniCs.java30 long csptr; field in JniCs
42 csptr = _init(ho.hdfptr); in JniCs()
50 _setGlobalHdf(csptr,global.hdfptr); in JniCs()
57 _setGlobalHdf(csptr, globalHdf.hdfptr); in setGlobalHDF()
67 if (csptr != 0) { in close()
68 _dealloc(csptr); in close()
69 csptr = 0; in close()
87 if (csptr == 0) { in parseFile()
90 _parseFile(csptr, filename, fileLoader != null); in parseFile()
94 if (csptr == 0) { in parseStr()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc138 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
147 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()
152 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()
188 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
197 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()
202 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
/external/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc138 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
147 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()
152 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()
188 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
197 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()
202 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
/external/libcups/cups/
Dlanguage.c455 *csptr, /* Pointer to CODESET string */ in cupsLangGet() local
564 if ((csptr = strchr(ptr, '.')) != NULL) in cupsLangGet()
570 for (ptr = charset, csptr ++; *csptr; csptr ++) in cupsLangGet()
571 if (ptr < (charset + sizeof(charset) - 1) && _cups_isalnum(*csptr)) in cupsLangGet()
572 *ptr++ = *csptr; in cupsLangGet()
624 if (!charset[0] && (csptr = nl_langinfo(CODESET)) != NULL) in cupsLangGet()
630 for (ptr = charset; *csptr; csptr ++) in cupsLangGet()
631 if (_cups_isalnum(*csptr) && ptr < (charset + sizeof(charset) - 1)) in cupsLangGet()
632 *ptr++ = *csptr; in cupsLangGet()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc141 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
150 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()
155 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()
191 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
200 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()
205 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_function_defaults_test.cc141 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
150 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()
155 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()
191 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
200 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()
205 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc141 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
150 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()
155 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()
191 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
200 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()
205 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc141 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
150 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()
155 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()
191 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local
200 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()
205 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
/external/linux-kselftest/tools/testing/selftests/x86/
Dsigreturn.c313 static unsigned short *csptr(ucontext_t *ctx) in csptr() function
328 static greg_t *csptr(ucontext_t *ctx) in csptr() function
397 bool was_64bit = (cs_bitness(*csptr(ctx)) == 64); in validate_signal_ss()
446 *csptr(ctx) = sig_cs; in sigusr1()
/external/ltp/testcases/cve/
Dcve-2015-3290.c155 static unsigned short *csptr(ucontext_t *ctx) in csptr() function
173 static greg_t *csptr(ucontext_t *ctx) in csptr() function