byte 148 lib/action/compile.c len += bufferWriteHardString(out,(byte*) constants[i], strlen(constants[i])+1);
byte 164 lib/action/compile.c out->buffer = (byte*)malloc(BUFFER_INCREMENT);
byte 245 lib/action/compile.c byte *data = b->buffer;
byte 609 lib/action/compile.c byte *p = out->buffer;
byte 777 lib/action/compile.c return 4 + bufferWriteData(out, (byte*) property, strlen(property)+1);
byte 71 lib/action/compile.h byte *buffer;
byte 72 lib/action/compile.h byte *pos;
byte 75 lib/action/compile.h byte *pushloc;
byte 137 lib/action/compile.h return bufferWriteString(out,(byte*) string, length); }
byte 2288 lib/action/swf4compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (6)].str), strlen((yyvsp[(3) - (6)].str)));
byte 2290 lib/action/swf4compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(5) - (6)].str), strlen((yyvsp[(5) - (6)].str)));
byte 2442 lib/action/swf4compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (4)].str), strlen((yyvsp[(3) - (4)].str))+1);
byte 2473 lib/action/swf4compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (4)].str), strlen((yyvsp[(3) - (4)].str))+1);
byte 2493 lib/action/swf4compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (5)].str), strlen((yyvsp[(3) - (5)].str))+1);
byte 436 lib/action/swf4compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3));
byte 438 lib/action/swf4compiler.y bufferWriteHardString($$, (byte*)$5, strlen($5));
byte 533 lib/action/swf4compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3)+1);
byte 552 lib/action/swf4compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3)+1);
byte 564 lib/action/swf4compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3)+1);
byte 3724 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.exprlist).buffer, (byte*)(yyvsp[(1) - (1)].str), strlen((yyvsp[(1) - (1)].str))+1);
byte 3731 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.exprlist).buffer, (byte*)(yyvsp[(3) - (3)].str), strlen((yyvsp[(3) - (3)].str))+1);
byte 3746 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.action), (byte*) (yyvsp[(2) - (6)].str), strlen((yyvsp[(2) - (6)].str))+1);
byte 4143 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (6)].str), strlen((yyvsp[(3) - (6)].str)));
byte 4145 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(5) - (6)].str), strlen((yyvsp[(5) - (6)].str)));
byte 4198 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (4)].str), strlen((yyvsp[(3) - (4)].str))+1);
byte 4215 lib/action/swf5compiler.tab.c bufferWriteHardString((yyval.action), (byte*)(yyvsp[(3) - (4)].str), strlen((yyvsp[(3) - (4)].str))+1);
byte 5080 lib/action/swf5compiler.tab.c { (yyval.len) = bufferWriteConstantString(asmBuffer,(byte*) (yyvsp[(1) - (1)].str),
byte 404 lib/action/swf5compiler.y bufferWriteHardString($$.buffer, (byte*)$1, strlen($1)+1);
byte 409 lib/action/swf5compiler.y bufferWriteHardString($$.buffer, (byte*)$3, strlen($3)+1);
byte 424 lib/action/swf5compiler.y bufferWriteHardString($$, (byte*) $2, strlen($2)+1);
byte 774 lib/action/swf5compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3));
byte 776 lib/action/swf5compiler.y bufferWriteHardString($$, (byte*)$5, strlen($5));
byte 814 lib/action/swf5compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3)+1);
byte 827 lib/action/swf5compiler.y bufferWriteHardString($$, (byte*)$3, strlen($3)+1);
byte 1559 lib/action/swf5compiler.y : STRING { $$ = bufferWriteConstantString(asmBuffer,(byte*) $1,
byte 254 lib/pdf/xpdf/CMap.cc int byte;
byte 259 lib/pdf/xpdf/CMap.cc byte = (start >> (8 * i)) & 0xff;
byte 260 lib/pdf/xpdf/CMap.cc if (!vec[byte].isVector) {
byte 265 lib/pdf/xpdf/CMap.cc vec = vec[byte].vector;
byte 268 lib/pdf/xpdf/CMap.cc for (byte = (int)(start & 0xff); byte <= (int)(end & 0xff); ++byte) {
byte 269 lib/pdf/xpdf/CMap.cc if (vec[byte].isVector) {
byte 273 lib/pdf/xpdf/CMap.cc vec[byte].cid = cid;
byte 1097 lib/pdf/xpdf/FoFiType1C.cc Guchar byte;
byte 1715 lib/pdf/xpdf/FoFiType1C.cc byte = charBuf->getChar(i) ^ (r2 >> 8);
byte 1716 lib/pdf/xpdf/FoFiType1C.cc charBuf->setChar(i, byte);
byte 1717 lib/pdf/xpdf/FoFiType1C.cc r2 = (byte + r2) * 52845 + 22719;
byte 210 lib/pdf/xpdf/JArithmeticDecoder.cc int byte;
byte 213 lib/pdf/xpdf/JArithmeticDecoder.cc byte = 0;
byte 215 lib/pdf/xpdf/JArithmeticDecoder.cc byte = (byte << 1) | decodeBit(context, stats);
byte 217 lib/pdf/xpdf/JArithmeticDecoder.cc return byte;
byte 154 lib/png.c static inline byte PaethPredictor (byte a,byte b,byte c)
byte 985 lib/png.c fwrite(&byte,1,1,fi);
byte 986 lib/png.c mycrc32 = crc32_table[(mycrc32 ^ byte) & 0xff] ^ (mycrc32 >> 8);
byte 229 src/png2swf.c byte inline PaethPredictor (byte a,byte b,byte c)
byte 796 src/swfextract.c fwrite(&byte,1,1,fi);
byte 797 src/swfextract.c mycrc32 = crc32_table[(mycrc32 ^ byte) & 0xff] ^ (mycrc32 >> 8);