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:pnew
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
parse_context.h
542
auto
pnew
= p;
543
auto tmp = DecodeTwoBytes(&
pnew
);
547
return
pnew
;
550
pnew
= p + 2 * i;
551
tmp = DecodeTwoBytes(&
pnew
);
555
return
pnew
;
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsresize.c
1216
runlist_element *
pnew
;
in replace_runlist()
local
1235
pnew
= newrl;
in replace_runlist()
1240
*
pnew
= *pold;
in replace_runlist()
1241
pnew
++;
in replace_runlist()
1247
pnew
->vcn = pold->vcn;
in replace_runlist()
1248
pnew
->lcn = pold->lcn;
in replace_runlist()
1249
pnew
->length = reprl[0].vcn + lowest_vcn - pold->vcn;
in replace_runlist()
1250
pnew
++;
in replace_runlist()
1256
pnew
->vcn = prep->vcn + lowest_vcn;
in replace_runlist()
1257
pnew
in replace_runlist()
[all...]
/third_party/mksh/
H
A
D
misc.c
683
char *
pnew
;
in gmatchx()
local
707
pnew
= simplify_gmatch_pattern((const unsigned char *)p);
in gmatchx()
708
pe = strnul(
pnew
);
in gmatchx()
711
(const unsigned char *)
pnew
, (const unsigned char *)pe,
in gmatchx()
713
afree(
pnew
, ATEMP);
in gmatchx()
/third_party/python/Objects/
H
A
D
bytesobject.c
2903
PyObject *
pnew
;
in bytes_subtype_new()
local
2909
pnew
= type->tp_alloc(type, n);
in bytes_subtype_new()
2910
if (
pnew
!= NULL) {
in bytes_subtype_new()
2911
memcpy(PyBytes_AS_STRING(
pnew
),
in bytes_subtype_new()
2915
((PyBytesObject *)
pnew
)->ob_shash =
in bytes_subtype_new()
2919
return
pnew
;
in bytes_subtype_new()
/third_party/libsnd/src/
H
A
D
common.c
1336
SF_CUES *
pnew
= NULL ;
in psf_cues_dup()
local
1340
pnew
= psf_cues_alloc (pcues->cue_count) ;
in psf_cues_dup()
1341
memcpy (
pnew
, pcues, SF_CUES_VAR_SIZE (pcues->cue_count)) ;
in psf_cues_dup()
1344
return
pnew
;
in psf_cues_dup()
/third_party/python/Modules/
H
A
D
_datetimemodule.c
1589
char *
pnew
; /* pointer to available byte in output format */
in wrap_strftime()
local
1616
pnew
= PyBytes_AsString(newfmt);
in wrap_strftime()
1709
pnew
= PyBytes_AsString(newfmt) + usednew;
in wrap_strftime()
1711
memcpy(
pnew
, ptoappend, ntoappend);
in wrap_strftime()
1712
pnew
+= ntoappend;
in wrap_strftime()
Completed in 23 milliseconds