OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_ptr
(Results
1 - 8
of
8
) sorted by null
/external/curl/lib/
pipeline.h
37
struct curl_llist *
list_ptr
);
43
struct curl_llist *
list_ptr
);
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c
299
struct rc_list *
list_ptr
;
local
300
for (
list_ptr
= *variable_list;
list_ptr
;
list_ptr
=
list_ptr
->Next) {
302
for (var =
list_ptr
->Item; var; var = var->Friend) {
479
struct rc_list *
list_ptr
;
local
481
for (
list_ptr
= var_list;
list_ptr
;
list_ptr
= list_ptr->Next)
[
all
...]
radeon_pair_schedule.c
201
struct schedule_instruction *
list_ptr
;
local
202
for (
list_ptr
= *list;
list_ptr
; prev =
list_ptr
,
203
list_ptr
=
list_ptr
->NextReady) {
204
if (
list_ptr
== inst) {
983
struct schedule_instruction *
list_ptr
= *inst_list;
local
984
while (
list_ptr
&& *inst_list && (*inst_list)->NextReady) {
986
if (
list_ptr
->Instruction->U.P.Alpha.Opcode != RC_OPCODE_NO
1071
struct schedule_instruction *
list_ptr
;
local
[
all
...]
r500_fragprog.c
46
struct rc_list * writer_list, *
list_ptr
;
local
63
for (
list_ptr
= writer_list;
list_ptr
;
64
list_ptr
=
list_ptr
->Next) {
66
writer =
list_ptr
->Item;
129
for (
list_ptr
= writer_list;
list_ptr
;
130
list_ptr
=
list_ptr
->Next)
[
all
...]
/external/pcre/dist2/src/
pcre2_auto_possess.c
522
const uint32_t *
list_ptr
;
local
653
list_ptr
= list;
658
list_ptr
= base_list;
677
list_ptr
= list;
682
list_ptr
= base_list;
686
switch(
list_ptr
[0])
691
((
list_ptr
== list ? code : base_end) -
list_ptr
[2]);
696
xclass_flags = (
list_ptr
== list ? code : base_end) -
list_ptr
[2] + LINK_SIZE
[
all
...]
/external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing.cc
847
auto
list_ptr
= list.begin();
local
854
CopyOrMoveBlock(
list_ptr
,
list_ptr
+ num_elems, data);
856
list_ptr
+= num_elems;
[
all
...]
/toolchain/binutils/binutils-2.27/gas/config/
tc-ppc.c
3846
symbolS **
list_ptr
;
local
[
all
...]
/external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c
1882
LLVMValueRef
list_ptr
= LLVMGetParam(ctx->main_fn,
local
[
all
...]
Completed in 415 milliseconds