Home
last modified time | relevance | path

Searched refs:varname (Results 1 – 25 of 52) sorted by relevance

123

/external/libvorbis/doc/
D04-codec.tex63 \varname{[vorbis_version]} is to read '0' in order to be compatible
64 with this document. Both \varname{[audio_channels]} and
65 \varname{[audio_sample_rate]} must read greater than zero. Allowed final
67 Vorbis I. \varname{[blocksize_0]} must be less than or equal to
68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
111 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
112 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
115 codebook configurations \varname{[vorbis_codebook_configurations]}.
127 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is…
[all …]
D06-floor0.tex42 \varname{[floor0_book_list]} that is greater than the maximum codebook
51 decoding the curve amplitude and \varname{[floor0_order]} LSP
78 …\item An \varname{[amplitude]} value of zero must result in a return code that indicates this chan…
82 \varname{[amplitude]} value had read zero at the beginning of decode.
85 can, in fact, be stored in the bitstream in \link{vorbis:spec:ilog}{ilog}( \varname{[floor0_number_…
89 \item The number of scalars read into the vector \varname{[coefficients]}
90 may be greater than \varname{[floor0_order]}, the number actually
93 \varname{[codebook_dimensions]} value of three and
94 \varname{[floor0_order]} is ten, the only way to fill all the needed
95 scalars in \varname{[coefficients]} is to to read a total of twelve
[all …]
D09-helper.tex18 \varname{[x]}. Values of \varname{[x]} less than zero are defined to return zero.
72 \varname{[codebook_entries]}.
75 integer value for which \varname{[return_value]} to the power of
76 \varname{[codebook_dimensions]} is less than or equal to
77 \varname{[codebook_entries]}'.
83 "low_neighbor(v,x)" finds the position \varname{n} in vector \varname{[v]} of
84 the greatest value scalar element for which \varname{n} is less than
85 \varname{[x]} and vector \varname{[v]} element \varname{n} is less
86 than vector \varname{[v]} element \varname{[x]}.
90 "high_neighbor(v,x)" finds the position \varname{n} in vector [v] of
[all …]
D08-residue.tex166 \varname{[residue_begin]} and
167 \varname{[residue_end]} select the specific sub-portion of
170 \varname{[residue_begin]} and ends at
171 \varname{[residue_end]}. Preceding and following values in
173 values as well as \varname{[residue_partition_size]}apply to
175 \varname{[residue_partition_size]} is as explained above,
176 \varname{[residue_classifications]} is the number of possible
178 \varname{[residue_classbook]} is the codebook number used to
180 \varname{[residue_classbook]} determines how many
183 \varname{[residue_classbook]}, along with
[all …]
D03-codebook.tex44 16 bit \varname{[codebook_dimensions]} and 24 bit \varname{[codebook_entries]} fields:
57 Next is the \varname{[ordered]} bit flag:
66 total of \varname{[codebook_entries]}, is assigned a codeword length.
68 the array \varname{[codebook_codeword_lengths]}. Decode of lengths is
69 according to whether the \varname{[ordered]} flag is set or unset.
73 If the \varname{[ordered]} flag is unset, the codeword list is not
78 \varname{[sparse]} flag. This flag determines whether or not the
86 The decoder now performs for each of the \varname{[codebook_entries]}
115 If the \varname{[ordered]} flag is set, the codeword list for this
154 Codebook decode precedes according to \varname{[codebook_lookup_type]}:
[all …]
D07-floor1.tex160 a \varname{[floor1_class_masterbooks]} or
161 \varname{[floor1_subclass_books]} scalar element greater than the
169 Packet decode begins by checking the \varname{[nonzero]} flag:
175 If \varname{[nonzero]} is unset, that indicates this channel contained
183 Assuming \varname{[nonzero]} is set, decode proceeds as follows:
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
232 Vector \varname{[floor1_Y]} contains the values from packet decode
338 Curve synthesis generates a return vector \varname{[floor]} of length
339 \varname{[n]} (where \varname{[n]} is provided by the decode process
341 \varname{[floor1_X_list]}, \varname{[floor1_final_Y]} and
[all …]
/external/chromium-trace/catapult/third_party/uritemplate/uritemplate/
D__init__.py62 def _tostring(varname, value, explode, prefix, operator, safe=""): argument
79 def _tostring_path(varname, value, explode, prefix, operator, safe=""): argument
112 def _tostring_semi(varname, value, explode, prefix, operator, safe=""): argument
118 out = [varname + "=" + _quote(x, safe) \
125 return varname + "=" + ",".join([_quote(x, safe) \
134 return varname + "=" + ",".join([_quote(key, safe) + "," + \
141 return (varname + "=" + _quote(value, safe, prefix))
143 return varname
146 def _tostring_query(varname, value, explode, prefix, operator, safe=""): argument
154 return joiner.join([varname + "=" + _quote(x, safe) \
[all …]
/external/v8/test/mjsunit/regress/
Dregress-2612.js54 function varname(i) { function
61 source += [varname(i), "=", rand(), ","].join("");
65 source += [varname(i), "=",
66 varname(randi(i)), "+",
67 varname(randi(i)), ","].join("");
/external/autotest/client/cros/cellular/wardmodem/
Dmodem_configuration.py138 def _load_variable(self, varname, strict=True, default=None): argument
153 value = self.plugin_conf.get(varname, self.base_conf[varname])
155 value = self.plugin_conf.get(varname,
156 self.base_conf.get(varname, default))
157 setattr(self, varname, value)
/external/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake53 macro(append_have_file_definition filename varname list)
54 check_include_file("${filename}" "${varname}")
55 if (NOT ${varname})
56 set("${varname}" 0)
58 list(APPEND ${list} "${varname}=${${varname}}")
/external/dbus/dbus/
Ddbus-sysdeps.c112 _dbus_setenv (const char *varname, in _dbus_setenv() argument
115 _dbus_assert (varname != NULL); in _dbus_setenv()
120 unsetenv (varname); in _dbus_setenv()
126 len = strlen (varname); in _dbus_setenv()
136 strcpy (putenv_value, varname); in _dbus_setenv()
147 return (setenv (varname, value, TRUE) == 0); in _dbus_setenv()
154 varname_len = strlen (varname); in _dbus_setenv()
167 strcpy (putenv_value, varname); in _dbus_setenv()
183 _dbus_getenv (const char *varname) in _dbus_getenv() argument
190 return getenv (varname); in _dbus_getenv()
/external/autotest/client/tests/kvm/tests/
Dstepmaker.py188 varname = words[1]
189 if varname in self.vars.keys():
190 val = self.vars[varname]
191 elif varname in vars.keys():
192 val = vars[varname]
193 elif varname in self.params.keys():
194 val = self.params[varname]
195 vars[varname] = val
197 val = self.inputdialog("$%s =" % varname, "Variable")
200 vars[varname] = val
[all …]
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h313 extern bool BoolFromEnv(const char *varname, bool defval);
314 extern int32 Int32FromEnv(const char *varname, int32 defval);
315 extern int64 Int64FromEnv(const char *varname, int64 defval);
316 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
317 extern double DoubleFromEnv(const char *varname, double defval);
318 extern const char *StringFromEnv(const char *varname, const char *defval);
/external/protobuf/src/google/protobuf/io/
Dprinter.cc89 string varname(text + pos, endpos - pos); in Print() local
90 if (varname.empty()) { in Print()
95 map<string, string>::const_iterator iter = variables.find(varname); in Print()
97 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print()
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h335 extern bool BoolFromEnv(const char *varname, bool defval);
336 extern int32 Int32FromEnv(const char *varname, int32 defval);
337 extern int64 Int64FromEnv(const char *varname, int64 defval);
338 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
339 extern double DoubleFromEnv(const char *varname, double defval);
340 extern const char *StringFromEnv(const char *varname, const char *defval);
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h357 extern GFLAGS_DLL_DECL bool BoolFromEnv(const char *varname, bool defval);
358 extern GFLAGS_DLL_DECL int32 Int32FromEnv(const char *varname, int32 defval);
359 extern GFLAGS_DLL_DECL int64 Int64FromEnv(const char *varname, int64 defval);
360 extern GFLAGS_DLL_DECL uint64 Uint64FromEnv(const char *varname, uint64 defval);
361 extern GFLAGS_DLL_DECL double DoubleFromEnv(const char *varname, double defval);
362 extern GFLAGS_DLL_DECL const char *StringFromEnv(const char *varname, const char *defval);
/external/libevent/
Devent_rpcgen.py512 def CodeArrayAdd(self, varname, value): argument
514 return [ '%(varname)s = NULL;' % { 'varname' : varname } ]
617 def CodeArrayAssign(self, varname, srcvar): argument
618 return [ '%(varname)s = %(srcvar)s;' % { 'varname' : varname,
621 def CodeArrayAdd(self, varname, value): argument
623 return [ '%(varname)s = %(value)s;' % { 'varname' : varname,
665 def CodeArrayFree(self, varname): argument
669 return TranslateList(code, { 'var' : varname })
671 def CodeArrayAssign(self, varname, srcvar): argument
681 return TranslateList(code, { 'var' : varname,
[all …]
/external/scrypt/
Dimport_scrypt.sh229 echo "$varname :="
231 echo "$varname := \\"
247 echo "$varname :="
249 echo "$varname := \\"
/external/v8/src/third_party/vtune/
Dittnotify_types.h93 #define ITT_GROUP_LIST(varname) \ argument
94 static __itt_group_list varname[] = { \
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_types.h51 #define ITT_GROUP_LIST(varname) \ argument
52 static __itt_group_list varname[] = { \
/external/icu/icu4c/source/common/
Dlocbased.h22 #define U_LOCALE_BASED(varname, objname) \ argument
23 LocaleBased varname((objname).validLocale, (objname).actualLocale);
/external/valgrind/coregrind/
Dpub_core_libcproc.h72 extern HChar **VG_(env_setenv) ( HChar ***envp, const HChar* varname,
74 extern void VG_(env_unsetenv) ( HChar **env, const HChar *varname,
Dvg_preloaded.c131 static void env_unsetenv ( HChar **env, const HChar *varname ) in env_unsetenv() argument
135 Int len = strlen(varname); in env_unsetenv()
138 if (!(strncmp(varname, *from, len) == 0 && (*from)[len] == '=')) { in env_unsetenv()
/external/compiler-rt/make/
Dutil.mk98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
99 $(if $(call contains,$(1),$(varname)),,\
/external/vboot_reference/tests/bitmaps/
DTestBmpBlock.py200 varname = 'BMPBLK' variable
201 if varname not in os.environ:
203 'environment variable.' % varname)
205 prog = os.environ[varname]

123