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:uint_ptr
(Results
1 - 10
of
10
) sorted by relevance
/third_party/lwip/src/apps/snmp/
H
A
D
snmp_mib2_icmp.c
61
u32_t *
uint_ptr
= (u32_t *)value;
in icmp_get_value()
local
65
*
uint_ptr
= STATS_GET(mib2.icmpinmsgs);
in icmp_get_value()
66
return sizeof(*
uint_ptr
);
in icmp_get_value()
68
*
uint_ptr
= STATS_GET(mib2.icmpinerrors);
in icmp_get_value()
69
return sizeof(*
uint_ptr
);
in icmp_get_value()
71
*
uint_ptr
= STATS_GET(mib2.icmpindestunreachs);
in icmp_get_value()
72
return sizeof(*
uint_ptr
);
in icmp_get_value()
74
*
uint_ptr
= STATS_GET(mib2.icmpintimeexcds);
in icmp_get_value()
75
return sizeof(*
uint_ptr
);
in icmp_get_value()
77
*
uint_ptr
in icmp_get_value()
[all...]
H
A
D
snmp_mib2_snmp.c
51
u32_t *
uint_ptr
= (u32_t *)value;
in snmp_get_value()
local
54
*
uint_ptr
= snmp_stats.inpkts;
in snmp_get_value()
57
*
uint_ptr
= snmp_stats.outpkts;
in snmp_get_value()
60
*
uint_ptr
= snmp_stats.inbadversions;
in snmp_get_value()
63
*
uint_ptr
= snmp_stats.inbadcommunitynames;
in snmp_get_value()
66
*
uint_ptr
= snmp_stats.inbadcommunityuses;
in snmp_get_value()
69
*
uint_ptr
= snmp_stats.inasnparseerrs;
in snmp_get_value()
72
*
uint_ptr
= snmp_stats.intoobigs;
in snmp_get_value()
75
*
uint_ptr
= snmp_stats.innosuchnames;
in snmp_get_value()
78
*
uint_ptr
in snmp_get_value()
[all...]
H
A
D
snmp_mib2_ip.c
65
u32_t *
uint_ptr
= (u32_t *)value;
in ip_get_value()
local
81
*
uint_ptr
= STATS_GET(mib2.ipinreceives);
in ip_get_value()
82
return sizeof(*
uint_ptr
);
in ip_get_value()
84
*
uint_ptr
= STATS_GET(mib2.ipinhdrerrors);
in ip_get_value()
85
return sizeof(*
uint_ptr
);
in ip_get_value()
87
*
uint_ptr
= STATS_GET(mib2.ipinaddrerrors);
in ip_get_value()
88
return sizeof(*
uint_ptr
);
in ip_get_value()
90
*
uint_ptr
= STATS_GET(mib2.ipforwdatagrams);
in ip_get_value()
91
return sizeof(*
uint_ptr
);
in ip_get_value()
93
*
uint_ptr
in ip_get_value()
[all...]
H
A
D
snmp_mib2_tcp.c
64
u32_t *
uint_ptr
= (u32_t *)value;
in tcp_get_value()
local
85
*
uint_ptr
= STATS_GET(mib2.tcpactiveopens);
in tcp_get_value()
86
return sizeof(*
uint_ptr
);
in tcp_get_value()
88
*
uint_ptr
= STATS_GET(mib2.tcppassiveopens);
in tcp_get_value()
89
return sizeof(*
uint_ptr
);
in tcp_get_value()
91
*
uint_ptr
= STATS_GET(mib2.tcpattemptfails);
in tcp_get_value()
92
return sizeof(*
uint_ptr
);
in tcp_get_value()
94
*
uint_ptr
= STATS_GET(mib2.tcpestabresets);
in tcp_get_value()
95
return sizeof(*
uint_ptr
);
in tcp_get_value()
106
*
uint_ptr
in tcp_get_value()
[all...]
H
A
D
snmp_mib2_udp.c
63
u32_t *
uint_ptr
= (u32_t *)value;
in udp_get_value()
local
67
*
uint_ptr
= STATS_GET(mib2.udpindatagrams);
in udp_get_value()
68
return sizeof(*
uint_ptr
);
in udp_get_value()
70
*
uint_ptr
= STATS_GET(mib2.udpnoports);
in udp_get_value()
71
return sizeof(*
uint_ptr
);
in udp_get_value()
73
*
uint_ptr
= STATS_GET(mib2.udpinerrors);
in udp_get_value()
74
return sizeof(*
uint_ptr
);
in udp_get_value()
76
*
uint_ptr
= STATS_GET(mib2.udpoutdatagrams);
in udp_get_value()
77
return sizeof(*
uint_ptr
);
in udp_get_value()
H
A
D
snmp_snmpv2_usm.c
333
u32_t *
uint_ptr
= (u32_t *)value;
in usmstats_scalars_get_value()
local
336
*
uint_ptr
= snmp_stats.unsupportedseclevels;
in usmstats_scalars_get_value()
339
*
uint_ptr
= snmp_stats.notintimewindows;
in usmstats_scalars_get_value()
342
*
uint_ptr
= snmp_stats.unknownusernames;
in usmstats_scalars_get_value()
345
*
uint_ptr
= snmp_stats.unknownengineids;
in usmstats_scalars_get_value()
348
*
uint_ptr
= snmp_stats.wrongdigests;
in usmstats_scalars_get_value()
351
*
uint_ptr
= snmp_stats.decryptionerrors;
in usmstats_scalars_get_value()
358
return sizeof(*
uint_ptr
);
in usmstats_scalars_get_value()
/third_party/jerryscript/jerry-core/jmem/
H
A
D
jmem-allocator.c
184
uintptr_t
uint_ptr
= (uintptr_t) pointer_p;
in jmem_compress_pointer()
local
186
JERRY_ASSERT (
uint_ptr
% JMEM_ALIGNMENT == 0);
in jmem_compress_pointer()
189
JERRY_ASSERT (((jmem_cpointer_t)
uint_ptr
) ==
uint_ptr
);
in jmem_compress_pointer()
193
uint_ptr
-= heap_start;
in jmem_compress_pointer()
194
uint_ptr
>>= JMEM_ALIGNMENT_LOG;
in jmem_compress_pointer()
197
JERRY_ASSERT (
uint_ptr
<= UINT32_MAX);
in jmem_compress_pointer()
199
JERRY_ASSERT (
uint_ptr
<= UINT16_MAX);
in jmem_compress_pointer()
201
JERRY_ASSERT (
uint_ptr
!= JMEM_CP_NULL);
in jmem_compress_pointer()
204
return (jmem_cpointer_t)
uint_ptr
;
in jmem_compress_pointer()
217
uintptr_t
uint_ptr
= compressed_pointer;
jmem_decompress_pointer()
local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-helpers-value.c
88
uintptr_t
uint_ptr
= (uintptr_t) ptr;
in ecma_pointer_to_ecma_value()
local
89
JERRY_ASSERT ((
uint_ptr
& ECMA_VALUE_TYPE_MASK) == 0);
in ecma_pointer_to_ecma_value()
90
return (ecma_value_t)
uint_ptr
;
in ecma_pointer_to_ecma_value()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcKHRDebugTests.cpp
642
GLuint*
uint_ptr
= &uint;
in iterate()
local
644
m_gl->getPointerv(GL_ARRAY_BUFFER, (GLvoid**)&
uint_ptr
);
in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cShaderSubroutineTests.cpp
4198
GLuint*
uint_ptr
= (GLuint*)(float_ptr + 12);
in testDraw()
local
4199
out_fourth_routine_result.m_x =
uint_ptr
[0];
in testDraw()
4200
out_fourth_routine_result.m_y =
uint_ptr
[1];
in testDraw()
4201
out_fourth_routine_result.m_z =
uint_ptr
[2];
in testDraw()
4202
out_fourth_routine_result.m_w =
uint_ptr
[3];
in testDraw()
Completed in 21 milliseconds