Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bPtr
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_reference.cpp
2290
int16 *
bPtr
= gPtr + sPlaneStep;
in RefVignette16()
local
2300
uint32 b =
bPtr
[col] + 32768;
in RefVignette16()
2314
bPtr
[col] = (int16) (b - 32768);
in RefVignette16()
2320
bPtr
+= sRowStep;
in RefVignette16()
2334
int16 *
bPtr
= aPtr + sPlaneStep;
in RefVignette16()
local
2335
int16 *cPtr =
bPtr
+ sPlaneStep;
in RefVignette16()
2345
uint32 b =
bPtr
[col] + 32768;
in RefVignette16()
2362
bPtr
[col] = (int16) (b - 32768);
in RefVignette16()
2369
bPtr
+= sRowStep;
in RefVignette16()
2481
real32 *
bPtr
in RefVignette32()
local
2523
real32 *
bPtr
= aPtr + sPlaneStep;
RefVignette32()
local
[all...]
H
A
D
dng_string.cpp
2331
const char *
bPtr
= s.Get ();
in Compare()
2333
while (*aPtr || *
bPtr
)
in Compare()
2336
if (!
bPtr
)
in Compare()
2347
uint32 b = DecodeUTF8 (
bPtr
);
in Compare()
/third_party/skia/modules/canvaskit/
H
A
D
gm_bindings.cpp
97
static void LoadResource(std::string name, WASMPointerU8
bPtr
, size_t len) {
in LoadResource()
argument
98
const uint8_t* bytes = reinterpret_cast<const uint8_t*>(
bPtr
);
in LoadResource()
H
A
D
interface.js
809
//
bPtr
will be 0 (nullptr) if boundsRect is undefined/null.
810
var
bPtr
= copyRectToWasm(boundsRect);
812
return this._saveLayer(paint || null,
bPtr
, backdrop || null, flags || 0);
926
var
bPtr
= copyRectToWasm(bounds);
927
return this._beginRecording(
bPtr
);
938
var
bPtr
= copyIRectToWasm(optionalBoundsRect);
939
return this._makeImageSnapshot(
bPtr
);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
UnicodeSet.java
1995
int
bPtr
= 0;
in containsAll()
2004
if (needB &&
bPtr
>= bLen) {
in containsAll()
2013
if (
bPtr
>= bLen) {
in containsAll()
2017
startB = listB[
bPtr
++];
in containsAll()
2018
limitB = listB[
bPtr
++];
in containsAll()
2166
int
bPtr
= 0;
in containsNone()
2181
if (
bPtr
>= bLen) {
in containsNone()
2185
startB = listB[
bPtr
++];
in containsNone()
2186
limitB = listB[
bPtr
++];
in containsNone()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
UnicodeSet.java
1902
int
bPtr
= 0;
in containsAll()
1911
if (needB &&
bPtr
>= bLen) {
in containsAll()
1920
if (
bPtr
>= bLen) {
in containsAll()
1924
startB = listB[
bPtr
++];
in containsAll()
1925
limitB = listB[
bPtr
++];
in containsAll()
2070
int
bPtr
= 0;
in containsNone()
2085
if (
bPtr
>= bLen) {
in containsNone()
2089
startB = listB[
bPtr
++];
in containsNone()
2090
limitB = listB[
bPtr
++];
in containsNone()
/third_party/sqlite/src/
H
A
D
shell.c
11539
int
bPtr
; /* True for sqlite3_dbptr table */
member
11589
pTab->
bPtr
= (pAux!=0);
in dbdataConnect()
11627
int colSchema = (pTab->
bPtr
? DBPTR_COLUMN_SCHEMA : DBDATA_COLUMN_SCHEMA);
in dbdataBestIndex()
11652
if( pTab->
bPtr
==0 && pIdx->nOrderBy && pIdx->aOrderBy[0].desc==0 ){
in dbdataBestIndex()
11931
pCsr->iCell = pTab->
bPtr
? -2 : 0;
in dbdataNext()
11935
if( pTab->
bPtr
){
in dbdataNext()
12248
if( pTab->
bPtr
){
in dbdataColumn()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 53 milliseconds