OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:codewidth
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/fxbarcode/
BC_TwoDimWriter.h
24
int32_t
codeWidth
,
BC_TwoDimWriter.cpp
61
int32_t
codeWidth
,
63
int32_t inputWidth =
codeWidth
;
/external/pdfium/fxbarcode/oned/
BC_OnedCode39Writer.cpp
181
int32_t
codeWidth
= (wideStrideNum * m_iWideNarrRatio + narrStrideNum) * 2 +
190
codeWidth
+= widths[k];
193
outlength =
codeWidth
;
194
std::unique_ptr<uint8_t, FxFreeDeleter> result(FX_Alloc(uint8_t,
codeWidth
));
226
for (int32_t i = 0; i <
codeWidth
/ 2; i++) {
227
result_ptr[i] ^= result_ptr[
codeWidth
- 1 - i];
228
result_ptr[
codeWidth
- 1 - i] ^= result_ptr[i];
229
result_ptr[i] ^= result_ptr[
codeWidth
- 1 - i];
BC_OnedCode128Writer.cpp
151
int32_t
codeWidth
= 0;
155
codeWidth
+= pattern[i];
157
outLength =
codeWidth
;
/prebuilts/go/darwin-x86/doc/codewalk/
codewalk.js
203
this.options.
codeWidth
= parseInt(
206
this.context.find('#code-column-width').text(this.options.
codeWidth
+ '%');
/prebuilts/go/linux-x86/doc/codewalk/
codewalk.js
203
this.options.
codeWidth
= parseInt(
206
this.context.find('#code-column-width').text(this.options.
codeWidth
+ '%');
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
509
void EnterBlockInfoBlock(unsigned
CodeWidth
) {
510
EnterSubblock(bitc::BLOCKINFO_BLOCK_ID,
CodeWidth
);
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h
489
void EnterBlockInfoBlock(unsigned
CodeWidth
) {
490
EnterSubblock(bitc::BLOCKINFO_BLOCK_ID,
CodeWidth
);
/external/zxing/core/
core.jar
Completed in 308 milliseconds