OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_size
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
vms.h
67
unsigned int
rec_size
;
member in struct:vms_rec_rd
vms-alpha.c
517
unsigned int
rec_size
;
527
rec_size
= bfd_getl32 (eisd->eisdsize);
529
if (
rec_size
== 0)
533
if (
rec_size
== 0xffffffff)
539
offset +=
rec_size
;
785
PRIV (recrd.rec), PRIV (recrd.
rec_size
), type));
801
PRIV (recrd.
rec_size
) = bfd_getl16 (PRIV (recrd.rec) + 2);
803
if (PRIV (recrd.
rec_size
) == 0)
810
if (PRIV (recrd.
rec_size
) > EOBJ__C_MAXRECSIZ)
817
to_read = PRIV (recrd.
rec_size
);
515
unsigned int
rec_size
;
local
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.cc
732
uint16_t
rec_size
;
local
773
rec_size
= channel->payload_size();
774
if ((0 <
rec_size
) & (
rec_size
< 65535)) {
778
variable_bytes +=
rec_size
;
782
if ((
rec_size
!= pack_size_bytes_ * out_channels)
/hardware/qcom/audio/legacy/libalsa-intf/
arec.c
189
int
rec_size
= 0;
local
334
rec_size
+= bufsize;
342
if (
rec_size
>= count)
364
rec_size
+= bufsize;
372
if (
rec_size
>= count)
376
fprintf(stderr, "
rec_size
=%d count =%d\n",
rec_size
, count);
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
11153
bfd_size_type
rec_size
;
local
11250
bfd_size_type
rec_size
;
local
[
all
...]
Completed in 129 milliseconds